[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Index / file-macro-refs.c
blobed01cf5223f0f0586430cd8bd19fdf1897b87ecd
1 #define FOO
3 FOO
4 FOO
6 // RUN: c-index-test -file-refs-at=%s:3:2 %s | FileCheck %s
7 // RUN: env CINDEXTEST_EDITING=1 c-index-test -file-refs-at=%s:3:2 %s | FileCheck %s
9 // CHECK: macro expansion=FOO:1:9
10 // CHECK-NEXT: macro definition=FOO =[1:9 - 1:12]
11 // CHECK-NEXT: macro expansion=FOO:1:9 =[3:1 - 3:4]
12 // CHECK-NEXT: macro expansion=FOO:1:9 =[4:1 - 4:4]