Raw File
2004-11-28-InvalidTypeCrash.ll
; Test for PR463.  This program is erroneous, but should not crash llvm-as.
; RUN: not llvm-as %s -o /dev/null |& grep {use of undefined type named 'struct.none'}

@.FOO  = internal global %struct.none zeroinitializer
back to top