[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang-tools-extra / pseudo / test / cxx / structured-binding.cpp
blob1c68e928ddd624486c46d53a7a51cdf7abf8815d
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.
4 ABC[post] = abc;
5 // CHECK: statement-seq~expression-statement := expression ;
6 // CHECK: postfix-expression [ expr-or-braced-init-list ]