Sign in
cobalt
/
cobalt
/
01f3c94b226da58e62558a0b863c39a390e6cd8c
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Index
/
index-kernel-invocation.cpp
blob: dba8e6b91a08d150dbd59f960d34ee696dca60a1 [
file
] [
log
] [
blame
]
// RUN: c-index-test -index-file -arch i386 -mkernel %s | FileCheck %s
// CHECK: [indexDeclaration]: kind: function | name: foobar
void
foobar
(
void
);