llvm-for-llvmta/tools/clang/test/Index/index-kernel-invocation.cpp
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

5 lines
151 B
C++

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