1 2 3 4 5 6 7
; RUN: not llvm-as < %s |& grep {Reference to an undefined type} define void @test() { malloc %InvalidType ret void }