1target triple = "x86_64-unknown-linux-gnu" 2declare i32 @g() 3define i32 @main() { 4 call i32 @g() 5 ret i32 0 6} 7