#include
INT testf (); typedef int (* f2) ();
INT A = 5; INT * F1 ();
Void main () {f2 f2; f2 = & testf; int a = f2 ();
INT * P = f1 ();
Int testf () {return 1;}
INT * f1 () {Return & a;