module complex4; void main() { cfloat c = 2f + 3fi; float r = cast(float)c; ifloat i = cast(ifloat)c; }