xref: /minix3/external/bsd/llvm/dist/clang/test/Index/index-kernel-invocation.cpp (revision e985b929927b5932e3b68f4b50587d458900107a)
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