diff options
Diffstat (limited to 'test/Preprocessor/macro_backslash.c')
-rw-r--r-- | test/Preprocessor/macro_backslash.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Preprocessor/macro_backslash.c b/test/Preprocessor/macro_backslash.c new file mode 100644 index 0000000..76f5d41 --- /dev/null +++ b/test/Preprocessor/macro_backslash.c @@ -0,0 +1,3 @@ +// RUN: %clang_cc1 -E %s -Dfoo='bar\' | FileCheck %s +// CHECK: TTA bar\ TTB +TTA foo TTB |