dfmt/tests/issue0025.d
2015-03-04 17:31:36 -08:00

2 lines
54 B
D

complex_t opMul(real y) {
return this*complex_t(y);}