xref: /llvm-project/clang/test/Modules/Inputs/cxx20/unimported.h (revision c32d261e27c8c63653799fa6e411c373bd81d519)
1 namespace StructuredBinding {
2   struct Q { int p, q; };
3   static auto [a, b] = Q();
4 }
5