netbsd/external/bsd/llvm/dist/clang/test/Index/index-with-working-dir.c
2014-01-15 10:53:42 +01:00

6 lines
144 B
C

void foo();
// RUN: c-index-test -index-file -working-directory=%S %s | FileCheck %s
// CHECK: [indexDeclaration]: kind: function | name: foo