xref: /minix3/external/bsd/llvm/dist/clang/test/Index/index-with-working-dir.c (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
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