Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git] / test / Assembler / 2003-04-15-ConstantInitAssertion.ll
blobfa6b807709e12142bb7a942bf4c697f04ac7f212
1 ; RUN: not llvm-as < %s >/dev/null |& grep {struct initializer doesn't match struct element type}
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 }