Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
d75ff6496bfb599a9edde41681873919d4d44152
/
.
/
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
);