llvm-project/clang-tools-extra/test/clang-query/function-decl.c

6 lines
162 B
C

// RUN: clang-query -c "match functionDecl()" %s -- | FileCheck %s
// REQUIRES: libedit
// CHECK: function-decl.c:5:1: note: "root" binds here
void foo(void) {}