1// RUN: clang-pseudo-fuzzer -grammar=%cxx-bnf-file -print %s | FileCheck %s
2int x;
3// CHECK: translation-unit := declaration-seq
4// CHECK: builtin-type := INT
5

source code of clang-tools-extra/pseudo/test/fuzzer.cpp