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 }
5