brintos

brintos / llvm-project-archived public Read only

0
0
Text · 173 B · 026e827 Raw
7 lines · plain
1; RUN: not llvm-as < %s 2>&1 | FileCheck %s2 3; CHECK: forward reference and definition of global have different types4 5@a = alias i32, ptr addrspace(1) @g6@g = global i32 07