dfmt/tests/allman/issue0024.d.ref

5 lines
62 B
Plaintext

complex_t opMul_r(real x)
{
return complex_t(x) * this;
}