Home | History | Annotate | Download | only in Inputs
      1 define linkonce_odr void @g() {
      2   ret void
      3 }
      4 
      5 define void @f() {
      6   call void @g()
      7   ret void
      8 }
      9