1//  bug --
2mesh Th=square(1,1);
3fespace Vh(Th,P1);
4Vh u;
5func real  ff( Vh & u) { return u;}
6func real xx(real x){ return x;}
7func real yy(func real(real xx)) { return xx(1);}
8
9func f=1;
10f=2;