xref: /llvm-project/clang-tools-extra/test/clang-query/function-decl.c (revision b549019c3c3a0cd417fcc9dc4ec17340de4c6046)
18b1265b3SPeter Collingbourne // RUN: clang-query -c "match functionDecl()" %s -- | FileCheck %s
28b1265b3SPeter Collingbourne 
3*b549019cSPeter Collingbourne // CHECK: function-decl.c:4:1: note: "root" binds here
foo(void)48b1265b3SPeter Collingbourne void foo(void) {}
5