blob: 9c9bdd8133f3d58fcf5d83e35d4991b56d0b80b0 [file] [log] [blame] [edit]
; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
; Test the case of a misformed constant initializer
; This should cause an assembler error, not an assertion failure!
; CHECK: struct initializer doesn't match struct element type
@0 = constant { i32 } { float 1.0 }