bolt/deps/llvm-18.1.8/clang-tools-extra/test/clang-query/function-decl.c

5 lines
141 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: clang-query -c "match functionDecl()" %s -- | FileCheck %s
// CHECK: function-decl.c:4:1: note: "root" binds here
void foo(void) {}