xref: /llvm-project/clang/test/Index/index-with-working-dir.c (revision 7ec3c09412c2bee91e8fb7103da10c46d0e03f2d)
1 
2 void foo();
3 
4 // RUN: c-index-test -index-file -working-directory=%S %s | FileCheck %s
5 // CHECK: [indexDeclaration]: kind: function | name: foo
6