xref
: /
dports
/
devel
/
avr-gcc
/
gcc-10.2.0
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
test8751.d
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo3(ref const int x)
1
Bar
foo3
(
ref
const
int
x
)
pure
{
2
return
y
=>
x
>
y
;
// error
3
}
4