unimported.h 86 Bytes Raw Blame History Permalink 1 2 3 4 namespace StructuredBinding { struct Q { int p, q; }; static auto [a, b] = Q(); }