Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1y/
constexpr-union2.C
// { dg-do compile { target c++14 } } union U { char *x = &y; char y; }; constexpr U u = {};