1 2 3 4 5 6 7 8 9
implementation int %bar() { ret int 0 } int %main() { %r = call int %bar() ret int %r }