repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
2004-11-28-InvalidTypeCrash.ll
blob
7260f19bfd9a5ab551e0f12fed42558167fcdcd4
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