Add main functions to benchmarks
[oota-llvm.git] / test / ExecutionEngine / test-call.ll
1
2 declare void %exit(int)
3
4 void %main() {
5         call void %exit(int 1)
6         ret void
7 }