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 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