Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
llvm-project
/
clang-tools-extra
/
test
/
clang-query
/
function-decl.c
blob: f35cba03781ab897ab3f9bbf74ab5d1d7371c9d2 [
file
] [
log
] [
blame
]
// RUN: clang-query -c "match functionDecl()" %s -- | FileCheck %s
// CHECK: function-decl.c:4:1: note: "root" binds here
void
foo
(
void
)
{}