llvm-6502/test/Assembler/2004-11-28-InvalidTypeCrash.ll
Rafael Espindola 4396b44b9a Use FileCheck in a few tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221459 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-06 15:05:51 +00:00

6 lines
237 B
LLVM

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