brintos

brintos / llvm-project-archived public Read only

0
0
Text · 141 B · f35cba0 Raw
5 lines · c
1// RUN: clang-query -c "match functionDecl()" %s -- | FileCheck %s2 3// CHECK: function-decl.c:4:1: note: "root" binds here4void foo(void) {}5