brintos

brintos / llvm-project-archived public Read only

0
0
Text · 86 B · 226b087 Raw
5 lines · c
1namespace StructuredBinding {2  struct Q { int p, q; };3  static auto [a, b] = Q();4}5