xref
: /
dports
/
lang
/
gcc10-devel
/
gcc-10-20211008
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail5851.d
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
class
Foo
3
{
4
Object
o
;
5
alias
o
this
;
6
}
7
main()
8
void
main
()
9
{
10
}
11