1 // RUN: clang-pseudo -grammar=cxx -source=%s --start-symbol=statement-seq --print-forest | FileCheck %s
3 // Verify there is no false parse of the structured binding declaration.
5 // CHECK: statement-seq~expression-statement := expression ;
6 // CHECK: postfix-expression [ expr-or-braced-init-list ]