Add a new ConstantExpr::getWithOperands that takes any array of operands
[oota-llvm.git] / test / CodeGen / Generic / ret42.ll
1 ; RUN: llvm-as < %s | llc
2
3 define i32 @main() {  
4   ret i32 42
5 }