blob: 400746a9d12d580f843c2d6d9f00d9845fd33344 [file] [log] [blame]
// RUN: clang-pseudo-fuzzer -grammar=%cxx-bnf-file -print %s | FileCheck %s
int x;
// CHECK: translation-unit := declaration-seq
// CHECK: builtin-type := INT