aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/cc1-response-files.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/cc1-response-files.c')
-rw-r--r--test/Driver/cc1-response-files.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Driver/cc1-response-files.c b/test/Driver/cc1-response-files.c
new file mode 100644
index 000000000000..f47e6448a6ca
--- /dev/null
+++ b/test/Driver/cc1-response-files.c
@@ -0,0 +1,2 @@
+// RUN: %clang @%S/Inputs/cc1-response.txt -fsyntax-only -disable-llvm-optzns
+int main() {}