blob: 33f6448c7e708ca369446c64bc0a1dcc313b3314 [file] [log] [blame]
Reid Spencereacb7022006-12-31 06:02:00 +00001; RUN: llvm-upgrade < %s | llvm-as 2>&1 >/dev/null | grep Expected
Chris Lattner9fa01f22003-04-15 16:07:05 +00002; 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 }