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