//TEST:LANG_SERVER(filecheck=CHECK): //HOVER:4,8 float dsqr(T obj, float x) { return no_diff(obj.calc(x)) + x * x; } // CHECK: dsqr