bolt/deps/llvm-18.1.8/clang/test/Index/index-with-working-dir.c

6 lines
144 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
void foo();
// RUN: c-index-test -index-file -working-directory=%S %s | FileCheck %s
// CHECK: [indexDeclaration]: kind: function | name: foo