Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
constexpr-ice2.C
// { dg-do compile { target c++11 } } int x; constexpr int& rx = x;