blob: 226b087c0848c1f7ab0b411c038b3ebf2cb7eb34 [file] [log] [blame]
namespace StructuredBinding {
struct Q { int p, q; };
static auto [a, b] = Q();
}