diff options
Diffstat (limited to 'clang/test/Interpreter/preprocessor.cpp')
| -rw-r--r-- | clang/test/Interpreter/preprocessor.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Interpreter/preprocessor.cpp b/clang/test/Interpreter/preprocessor.cpp new file mode 100644 index 000000000000..8239fd45e661 --- /dev/null +++ b/clang/test/Interpreter/preprocessor.cpp @@ -0,0 +1,4 @@ +// RUN: %clang_cc1 -fincremental-extensions -E %s +// RUN: %clang_cc1 -fincremental-extensions -E -dD %s +// RUN: %clang_cc1 -fincremental-extensions -E -dI %s +// RUN: %clang_cc1 -fincremental-extensions -E -dM %s |
