mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
8 lines
73 B
D
8 lines
73 B
D
module imag1;
|
|
|
|
void main()
|
|
{
|
|
ifloat f = 1.0i;
|
|
auto x = 2.0i*f;
|
|
}
|