blob: 44c30d3f6fde6c2ea602f34ae59801f017461f4b [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as | llc
int %foo(int %x) {
ret int %x
}
int %main() {
%r = call int %foo(int 0)
ret int %r
}