Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
stmtexpr17.C
// PR c++/64701 // { dg-options "" } enum { A }; void foo () { int x = ({ do {} while (0); A; }); }