[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / cl-response-file.c
blob73acfadfc7a3bb3ceca0fdee3d9bf5bd532ca06b
1 // Test that we use the Windows tokenizer for clang-cl response files. The
2 // trailing backslash before the space should be interpreted as a literal
3 // backslash. PR23709
7 // RUN: printf '%%s\n' '/I%S\Inputs\cl-response-file\ /DFOO=2' > %t.rsp
8 // RUN: %clang_cl /c -### @%t.rsp -- %s 2>&1 | FileCheck %s
10 // CHECK: "-I" "{{.*}}\\Inputs\\cl-response-file\\" "-D" "FOO=2"