Simple hand-coded tests to aid in early development of backends, along with a
[oota-llvm.git] / test / CodeGen / Generic / ret0.ll
1 int %main() {  
2   ret int 0
3 }