Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
compat/
init/
byval1.h
1
struct
C
2
{
3
int
m
;
4
C
(
)
;
5
~
C
(
)
;
6
}
;