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