2 // GROUPS passed operators
4 // From: gparker@world.std.com (Glenn P Parker)
5 // Date: Mon, 25 Jan 1993 20:43:43 -0500
7 // Message-ID: <199301260143.AA14133@world.std.com>
9 typedef int (**PPF)(int);
13 PPF pf2 = new (int (*) (int)); // internal compiler error on this line.