Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
b17073.d
blob: 82df219254d4adcb6868077dd6923272a692cf70 [
file
] [
log
] [
blame
]
struct
S0
{
int
x
=
void
;
}
struct
S1
{
S0 x
=
S0
(
42
);
}
void
main
()
{
S1 x
;
assert
(
x
.
x
.
x
==
42
);
}