new testcase which crashes the inliner, thanks Bugpoint!
[oota-llvm.git] / test / ExecutionEngine / simplesttest.ll
1
2 implementation
3
4 int %main() {
5         ret int 0
6 }
7