1*67e74705SXin Li // RUN: c-index-test -index-file -arch i386 -mkernel %s | FileCheck %s 2*67e74705SXin Li 3*67e74705SXin Li // CHECK: [indexDeclaration]: kind: function | name: foobar 4*67e74705SXin Li void foobar(void); 5