19a9826ea52cd058ea418dc2a0fa6ade27cf49c6
[oota-llvm.git] / 2005-03-21-UndefinedTypeReference.ll
1 ; RUN: not llvm-as < %s |& grep {Reference to an undefined type}
2
3 define void @test() {
4         malloc %InvalidType
5         ret void
6 }
7