Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWriter all correctly support...
[oota-llvm.git] / test / Assembler / 2003-04-15-ConstantInitAssertion.ll
1 ; RUN: not llvm-as < %s >/dev/null |& grep {constant expression type mismatch}
2 ; Test the case of a misformed constant initializer
3 ; This should cause an assembler error, not an assertion failure!
4 constant { i32 } { float 1.0 }