guide a;
for (int i = 0; i < 1e7; ++i)
{
//  guide a=a--(1.0,2.0);
 path p=(1.0,2.0);
 path q=(3.0,4.0);
 path a=p--q;
}