Home | History | Annotate | Download | only in Inputs
      1 define void @B() {
      2   call void @A()
      3   ret void
      4 }
      5 
      6 declare void @A()
      7 
      8