New testcase that the assembler incorrectly accepts.
[oota-llvm.git] / test / Verifier / 2005-03-21-UndefinedTypeReference.ll
1 ; RUN: not llvm-as -f %s -o /dev/null
2
3 void %test() {
4         malloc %InvalidType
5         ret void
6 }
7