Somehow "simplest" test became a hello world test. Rectify this.
[oota-llvm.git] / test / ExecutionEngine / simplesttest.ll
1
2 implementation
3
4 int %main() {
5         ret int 0
6 }
7