1// RUN: clang-pseudo -grammar=cxx -source=%s --print-forest --forest-abbrev=false | FileCheck %s
2class A {
3 ;
4// CHECK-NOT: member-declaration := ;
5// CHECK: member-declaration := empty-declaration
6// CHECK-NOT: member-declaration := ;
7};
8

source code of clang-tools-extra/pseudo/test/cxx/empty-member-declaration.cpp