blob: 19a9826ea52cd058ea418dc2a0fa6ade27cf49c6 [file] [log] [blame]
; RUN: not llvm-as < %s |& grep {Reference to an undefined type}
define void @test() {
malloc %InvalidType
ret void
}