blob: 653eeec949c50c1488d841fdf4f79f09702418a0 [file] [log] [blame]
; RUN: not llvm-as -f %s -o /dev/null
void %test() {
malloc %InvalidType
ret void
}