xref: /minix3/external/bsd/llvm/dist/llvm/test/Assembler/2003-04-15-ConstantInitAssertion.ll (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1; RUN: not llvm-as < %s >/dev/null 2> %t
2; RUN: grep "struct initializer doesn't match struct element type" %t
3; Test the case of a misformed constant initializer
4; This should cause an assembler error, not an assertion failure!
5constant { i32 } { float 1.0 }
6