xref
: /
dports
/
devel
/
avr-gcc
/
gcc-10.2.0
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail4269c.d
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
enum
bool
WWW
=
is
(
typeof
(
A
.
x
));
2
3
class
A
{
4
B
blah
;
foo(B b)
5
void
foo
(
B
b
){}
6
}
7
8