bolt/deps/llvm-18.1.8/clang/test/Index/index-with-working-dir.c
2025-02-14 19:21:04 +01:00

5 lines
144 B
C

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