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