1*c32d261eSRichard Smith namespace StructuredBinding { 2*c32d261eSRichard Smith struct Q { int p, q; }; 3*c32d261eSRichard Smith static auto [a, b] = Q(); 4*c32d261eSRichard Smith } 5