5 lines
151 B
C++
5 lines
151 B
C++
|
// RUN: c-index-test -index-file -arch i386 -mkernel %s | FileCheck %s
|
||
|
|
||
|
// CHECK: [indexDeclaration]: kind: function | name: foobar
|
||
|
void foobar(void);
|