brintos

brintos / llvm-project-archived public Read only

0
0
Text · 132 B · b14f4c1 Raw
7 lines · plain
1; RUN: not llvm-as < %s 2>&1 | FileCheck %s2 3; CHECK: error: invalid type for undef constant4 5%t = type opaque6@x = global %t undef7