summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-query/function-decl.c
blob: f35cba03781ab897ab3f9bbf74ab5d1d7371c9d2 (plain)
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) {}
OpenPOWER on IntegriCloud