Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
extra-files
/
header17125.d
blob: 1b979ab3c151dce5964be90413001a99923a0100 [
file
] [
log
] [
blame
]
void
func1
(
real value
=
10.35e4L
);
void
func2
(
real value
=
520.199e3F
);
void
func3
(
real value
=
9.70e5
);
void
func4
(
real value
=
1024.5e2F
);
void
func5
(
real value
=
41250.2e1L
);