Peter Collingbourne | 8b1265b | 2013-11-08 00:08:23 | [diff] [blame] | 1 | // RUN: clang-query -c "match functionDecl()" %s -- | FileCheck %s |
Peter Collingbourne | 8b1265b | 2013-11-08 00:08:23 | [diff] [blame] | 2 | |
Peter Collingbourne | b549019 | 2014-02-18 19:46:01 | [diff] [blame] | 3 | // CHECK: function-decl.c:4:1: note: "root" binds here |
Peter Collingbourne | 8b1265b | 2013-11-08 00:08:23 | [diff] [blame] | 4 | void foo(void) {} |