llvm-for-llvmta/tools/clang/test/Index/index-with-working-dir.c

6 lines
144 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
void foo();
// RUN: c-index-test -index-file -working-directory=%S %s | FileCheck %s
// CHECK: [indexDeclaration]: kind: function | name: foo