summaryrefslogtreecommitdiff
path: root/test/Verifier/2005-03-21-UndefinedTypeReference.ll
blob: 653eeec949c50c1488d841fdf4f79f09702418a0 (plain)
1
2
3
4
5
6
; RUN: not llvm-as -f %s -o /dev/null
void %test() {
        malloc %InvalidType
        ret void
}