xref
: /
dports
/
lang
/
gcc10-devel
/
gcc-10-20211008
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail17.d
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
A(T)
1
struct
A
(
T
)
2
{
3
mixin
B
!(
T
,
A
!(
T
));
4
}
5
6
A
!(
int
)
x
;
7
8
9