1 2 3 4 5 6 7 8 9 10 11
int %func(int %i) { ret int %i } int %main(int %argc) { %X = call int %func(int 7) %Y = add int %X, %argc ret int %Y }