[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / pseudo / test / cxx / empty-member-declaration.cpp
blob2540dd010fceffdf332e6e4fadf20d85db2ae0ed
1 // RUN: clang-pseudo -grammar=cxx -source=%s --print-forest --forest-abbrev=false | FileCheck %s
2 class A {
4 // CHECK-NOT: member-declaration := ;
5 // CHECK: member-declaration := empty-declaration
6 // CHECK-NOT: member-declaration := ;
7 };