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