blob: f9b453b57462471ad9fbe83183ada4d8fddf9421 (
plain)
1
2
3
4
|
; Test for PR463. This program is erroneous, but should not crash llvm-as.
; RUN: not llvm-as %s -o /dev/null |& grep {invalid type for null constant}
@.FOO = internal global %struct.none zeroinitializer
|