diff options
Diffstat (limited to 'test/Lexer/token-concat-2.c')
-rw-r--r-- | test/Lexer/token-concat-2.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Lexer/token-concat-2.c b/test/Lexer/token-concat-2.c new file mode 100644 index 000000000000..28916547d5b6 --- /dev/null +++ b/test/Lexer/token-concat-2.c @@ -0,0 +1,4 @@ +// RUN: clang-cc -E -x c -o - %s | grep '[.][*]' +// PR4395 +#define X .* +X |