1 ; Test for PR463. This program is erroneous, but should not crash llvm-as. 2 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s 3 ; CHECK: use of undefined type named 'struct.none' 4 5 @.FOO = internal global %struct.none zeroinitializer 6