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 5