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