New testcase

llvm-svn: 4920
This commit is contained in:
Chris Lattner 2002-12-04 17:35:11 +00:00
parent 96edaabdb2
commit f9ddcf9bd5

View File

@ -0,0 +1,9 @@
implementation
int %bar() { ret int 0 }
int %main() {
%r = call int %bar()
ret int %r
}