Renamed intermediate values that used the same type and name as previous
[oota-llvm.git] / test / Assembler / 2003-04-15-ConstantInitAssertion.llx
1 ; RUN: (llvm-as < %s 2>&1) | 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 }