Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
pr91545.C
// PR c++/91545 // { dg-do compile { target c++11 } } long a[1]; int d, e { d && (a[d] = 0) };