mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
5 lines
178 B
D
5 lines
178 B
D
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);
|