mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 21:37:35 +00:00
New testcase
llvm-svn: 4920
This commit is contained in:
parent
96edaabdb2
commit
f9ddcf9bd5
9
test/Regression/Jello/simpletest.ll
Normal file
9
test/Regression/Jello/simpletest.ll
Normal file
@ -0,0 +1,9 @@
|
||||
implementation
|
||||
|
||||
int %bar() { ret int 0 }
|
||||
|
||||
int %main() {
|
||||
%r = call int %bar()
|
||||
ret int %r
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user