Tanya Lattner | 8b07470 | 2007-11-28 04:57:00 +0000 | [diff] [blame^] | 1 | ; RUN: not llvm-as < %s >/dev/null |& grep {Expected type 'i32' for element #0} |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 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 } |