harold@UUNET.UU.NET (Harold Naparst) (04/25/91)
/*
Is the following program legal C++ ?
It compiles with gcc 1.39 and cc.
With g++ 1.37 it gives a parse error before the *.
*/
typedef int T;
T (*f())();
main() {1;}
Harold Naparst (uunet!fmrco!harold)