* doc/extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / stmtexpr18.C
blobd9b99bfd265388657bae867611d3466416b9992c
1 // PR c++/66445
2 // { dg-options "" }
4 template <typename> void foo ()
6   int a = ({ struct A{} b; 42; });