blob: b6b03c828cc4138bc003f4b268e69c8e5de44f2c (
plain)
1
2
3
|
; RUN: (llvm-upgrade < %s | llvm-as -o /dev/null -f) 2>&1 | grep 'Cannot resolve type'
; Test for PR463. This program is erroneous, but should not crash llvm-as.
%.FOO = internal global %struct.none zeroinitializer
|