1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/Regression/Jello/test-call.ll
Chris Lattner e8386a7e44 Add main functions to benchmarks
llvm-svn: 4915
2002-12-04 17:15:07 +00:00

8 lines
77 B
LLVM

declare void %exit(int)
void %main() {
call void %exit(int 1)
ret void
}