aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier/2005-03-21-UndefinedTypeReference.ll
blob: 77fb7659039916dada6242ca5c2bd3303ebf77d1 (plain)
1
2
3
4
5
6
7
; RUN: not llvm-as -f %s -o /dev/null

void %test() {
        malloc %InvalidType
        ret void
}