For PR950:
[oota-llvm.git] / test / Assembler / 2003-04-15-ConstantInitAssertion.llx
1 ; RUN: llvm-upgrade < %s | llvm-as 2>&1 >/dev/null | grep Expected
2 ; Test the case of a misformed constant initializer
3 ; This should cause an assembler error, not an assertion failure!
4 %X = constant {int} { float 1.0 }