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