repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
I cast, therefore I think I know what I'm doing.
[llvm/msp430.git]
/
test
/
Verifier
/
2005-03-21-UndefinedTypeReference.ll
blob
5299397ab06c24b034d10ccad922498635060ff8
1
; RUN: not llvm-as < %s |& grep {use of undefined type named 'InvalidType'}
2
3
define void @test() {
4
malloc %InvalidType
5
ret void
6
}
7