8 lines · plain
1; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s2 3; Test the case of a misformed constant initializer4; This should cause an assembler error, not an assertion failure!5 6; CHECK: struct initializer doesn't match struct element type7@0 = constant { i32 } { float 1.0 }8