xref: /llvm-project/clang/test/Index/index-kernel-invocation.cpp (revision 3169e80603c9496c250a2f74455d5ad12bc6ea6d)
1*3169e806SArgyrios Kyrtzidis // RUN: c-index-test -index-file -arch i386 -mkernel %s | FileCheck %s
2*3169e806SArgyrios Kyrtzidis 
3*3169e806SArgyrios Kyrtzidis // CHECK: [indexDeclaration]: kind: function | name: foobar
4*3169e806SArgyrios Kyrtzidis void foobar(void);
5