blob: 4048f2b70bf2e415e2c0a00faaba438ac11b9354 [file] [log] [blame]
Chris Lattner9fa01f22003-04-15 16:07:05 +00001; RUN: (as < %s 2>&1) | grep Expected
2; 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 }