xref
: /
dports
/
lang
/
gcc9-devel
/
gcc-9-20211007
/
gcc
/
testsuite
/
gdc.dg
/
imports
/
gdc254a.d
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module
imports
.
gdc254a
;
2
3
class
B254
4
{
F()
5
void
F
()
6
{
7
if
(
Error
)
return
;
8
}
9
10
}
11