#include #include char *_name="y=x"; float fun(float x) { static int a=0; printf("call %d\n",a++); return x; }