blob: e834d6f939e1f0060857e647660ec2b854205ab9 [file] [log] [blame]
// Build don't link:
// GROUPS passed parsing
// parsing folder
// From: Glenn Engel <glenne@lsid.hp.com>
// Date: Fri, 29 Jan 93 18:42:03 PST
// Subject: Parse Error
// Message-ID: <9301300242.AA15550@hplslk.lsid.hp.com>
int test1(void (**roc)(int,int)); // parse error
int test2(int id,void (**orc)(int,int)); // works