diff options
Diffstat (limited to 'clang/test/Preprocessor/dumptokens_phyloc.c')
-rw-r--r-- | clang/test/Preprocessor/dumptokens_phyloc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/dumptokens_phyloc.c b/clang/test/Preprocessor/dumptokens_phyloc.c new file mode 100644 index 0000000..7321c0e --- /dev/null +++ b/clang/test/Preprocessor/dumptokens_phyloc.c @@ -0,0 +1,5 @@ +// RUN: %clang_cc1 -dump-tokens %s 2>&1 | grep "Spelling=.*dumptokens_phyloc.c:3:20" + +#define TESTPHYLOC 10 + +TESTPHYLOC |