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