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