1 #include <math.h>
2 double (*f)(double) = exp2;
main()3 int main(){ return f != exp2; }
4