brintos

brintos / llvm-project-archived public Read only

0
0
Text · 276 B · 9c9bdd8 Raw
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