xxxxxxxxxx
struct S {
int x,y;
double f() {
import std.math : sqrt;
return sqrt(cast(double)x*x + y);
}