Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
compat/
init/
elide1.h
1
struct
A
{
2
A
(
)
;
3
A
(
const
A
&
)
;
4
~
A
(
)
;
5
}
;