[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / test / clang-query / function-decl.c
blobf35cba03781ab897ab3f9bbf74ab5d1d7371c9d2
1 // RUN: clang-query -c "match functionDecl()" %s -- | FileCheck %s
3 // CHECK: function-decl.c:4:1: note: "root" binds here
4 void foo(void) {}