summaryrefslogtreecommitdiff
path: root/test/Index/index-with-working-dir.c
blob: de1f1ebe1a988202ae09445342e1cb1a1740746e (plain)
1
2
3
4
5
void foo();

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