[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Frontend / dependency-generation-crash.c
blob2fc3348bed290101faa0bbeedc3bd0110bd93857
1 // RUN: not %clang_cc1 -E -dependency-file bla -MT %t/doesnotexist/bla.o -MP -o %t/doesnotexist/bla.o -x c /dev/null 2>&1 | FileCheck %s
3 // CHECK: error: unable to open output file
5 // rdar://9286457