Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1z/
decomp20.C
// { dg-do compile { target c++17 } } struct A { int i,j; }; A f(); int main() { auto [i,j] (f()); }