Adding RUN lines.
[oota-llvm.git] / test / CodeGen / Generic / ret0.ll
1 ; RUN: llvm-as < %s | llc
2
3 int %main() {  
4   ret int 0
5 }