blob: 205b0be0c39d1817edaa2f37c906912db948b713 [file] [log] [blame]
int %foo(int %x) {
ret int %x
}
int %main() {
%r = call int %foo(int 0)
ret int %r
}