PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / opt / nrv16.C
blob7b24d4a4ee0541296466d2f0194ec6585bdf9fae
1 // PR c++/44808
2 // { dg-do compile }
4 struct S
6   void *a, *b;
7   int c;
8 };
11 foo ()
13   S x;
14   S y = x;
15   return x;