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