summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-04-15-ConstantInitAssertion.llx
blob: 0665e412b968306fa72369c3dd9f83558cb5cb17 (plain)
1
2
3
4
; RUN: (llvm-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 }