Use __MINGW instead of __MING. Patch contributed by Henrik Bach.
[oota-llvm.git] / test / ExecutionEngine / simplesttest.ll
1
2 implementation
3
4 int %main() {
5         ret int 0
6 }
7