index-kernel-invocation.cpp 151 B

1234
  1. // RUN: c-index-test -index-file -arch i386 -mkernel %s | FileCheck %s
  2. // CHECK: [indexDeclaration]: kind: function | name: foobar
  3. void foobar(void);