blob: 4048f2b70bf2e415e2c0a00faaba438ac11b9354 (
plain)
1
2
3
4
|
; RUN: (as < %s 2>&1) | grep Expected
; Test the case of a misformed constant initializer
; This should cause an assembler error, not an assertion failure!
%X = constant {int} { float 1.0 }
|