dfmt/tests/allman/issue0025.d.ref

5 lines
60 B
Plaintext

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