Home | History | Annotate | Download | only in Inputs
      1 target triple = "x86_64-unknown-linux-gnu"
      2 declare i32 @g()
      3 define i32 @main() {
      4   call i32 @g()
      5   ret i32 0
      6 }
      7