Files
ldc/test/imag1.d
2007-10-25 09:48:36 +02:00

8 lines
73 B
D

module imag1;
void main()
{
ifloat f = 1.0i;
auto x = 2.0i*f;
}