1; RUN: not llvm-as < %s 2>&1 | FileCheck %s 2 3; CHECK: forward reference and definition of global have different types 4 5@a = alias i32, ptr addrspace(1) @g 6@g = global i32 0 7