[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / pseudo / test / fuzzer.cpp
blob400746a9d12d580f843c2d6d9f00d9845fd33344
1 // RUN: clang-pseudo-fuzzer -grammar=%cxx-bnf-file -print %s | FileCheck %s
2 int x;
3 // CHECK: translation-unit := declaration-seq
4 // CHECK: builtin-type := INT