diff options
-rw-r--r-- | test/Preprocessor/dumptokens_phyloc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Preprocessor/dumptokens_phyloc.c b/test/Preprocessor/dumptokens_phyloc.c new file mode 100644 index 0000000000..45081ec161 --- /dev/null +++ b/test/Preprocessor/dumptokens_phyloc.c @@ -0,0 +1,5 @@ +// RUN: clang -dumptokens %s 2>&1 | grep "PhysLoc=[_.a-zA-Z]*:3:20" + +#define TESTPHYLOC 10 + +TESTPHYLOC |