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