diff options
Diffstat (limited to 'clang/test/Index')
| -rw-r--r-- | clang/test/Index/annotate-tokens-include.c | 6 | ||||
| -rw-r--r-- | clang/test/Index/annotate-tokens-include.h | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Index/annotate-tokens-include.c b/clang/test/Index/annotate-tokens-include.c new file mode 100644 index 00000000000..3c3c43b746d --- /dev/null +++ b/clang/test/Index/annotate-tokens-include.c @@ -0,0 +1,6 @@ +#include "annotate-tokens-include.h" + +// RUN: c-index-test -test-annotate-tokens=%s:1:1:2:1 %s | FileCheck %s +// CHECK: Identifier: "include" [1:2 - 1:9] preprocessing directive= +// CHECK: Literal: ""annotate-tokens-include.h"" [1:10 - 1:37] preprocessing directive= + diff --git a/clang/test/Index/annotate-tokens-include.h b/clang/test/Index/annotate-tokens-include.h new file mode 100644 index 00000000000..5d5f8f0c9e7 --- /dev/null +++ b/clang/test/Index/annotate-tokens-include.h @@ -0,0 +1 @@ +int foo(); |

