xref: /minix3/external/bsd/llvm/dist/clang/test/Index/index-kernel-invocation.cpp (revision 83ee113ee0d94f3844d44065af2311604e9a30ad)
1 // RUN: c-index-test -index-file -arch i386 -mkernel %s | FileCheck %s
2 
3 // CHECK: [indexDeclaration]: kind: function | name: foobar
4 void foobar(void);
5