blob: b4745e22473389731a8af625400b27ee0eba5e19 [file] [log] [blame]
// RUN: touch %t.o
// RUN: not %clang -DCRASH -o %t.o -MMD -MF %t.d %s
// RUN: test ! -f %t.o
// RUN: test ! -f %t.d
// RUN: touch %t.o
// RUN: not %clang -o %t.o -MMD -MF %t.d %s
// RUN: test ! -f %t.o
// RUN: test -f %t.d
// REQUIRES: shell
// REQUIRES: crash-recovery
// XFAIL: darwin
#ifdef CRASH
#pragma clang __debug crash
#else
invalid C code
#endif