Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
35ae65ee2bbb05329a021acfed18cdc53e6283d6
/
.
/
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
)
{}