5 lines
159 B
C++
5 lines
159 B
C++
|
// RUN: clang-pseudo-fuzzer -grammar=%cxx-bnf-file -print %s | FileCheck %s
|
||
|
int x;
|
||
|
// CHECK: translation-unit := declaration-seq
|
||
|
// CHECK: builtin-type := INT
|