bolt/deps/llvm-18.1.8/clang/test/Index/index-kernel-invocation.cpp

5 lines
151 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: c-index-test -index-file -arch i386 -mkernel %s | FileCheck %s
// CHECK: [indexDeclaration]: kind: function | name: foobar
void foobar(void);