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