Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
compat/
break/
bitfield7.h
1
union
U
{
2
int
i
:
4096
;
3
}
;