xref: /minix3/external/bsd/llvm/dist/clang/test/Frontend/dependency-generation-crash.c (revision 340f5e56603e4275faeb89a9aacace41ba22d661)
1 // RUN: touch %t
2 // RUN: chmod 0 %t
3 // %clang -E -dependency-file bla -MT %t -MP -o %t -x c /dev/null
4 // rdar://9286457
5