brintos

brintos / llvm-project-archived public Read only

0
0
Text · 205 B · 35fa2d5 Raw
7 lines · plain
1; Found by inspection of the code2; RUN: not llvm-as -disable-output < %s 2>&1 | FileCheck %s3 4; CHECK: initializer with struct type has wrong # elements5 6@0 = global {} { i32 7, float 1.0, i32 7, i32 8 }7