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