blob: f35cba03781ab897ab3f9bbf74ab5d1d7371c9d2 [file] [log] [blame]
Peter Collingbourne8b1265b2013-11-08 00:08:231// RUN: clang-query -c "match functionDecl()" %s -- | FileCheck %s
Peter Collingbourne8b1265b2013-11-08 00:08:232
Peter Collingbourneb5490192014-02-18 19:46:013// CHECK: function-decl.c:4:1: note: "root" binds here
Peter Collingbourne8b1265b2013-11-08 00:08:234void foo(void) {}