FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.law / parsing4.C
blobe834d6f939e1f0060857e647660ec2b854205ab9
1 // Build don't link: 
2 // GROUPS passed parsing
3 // parsing folder
4 // From: Glenn Engel <glenne@lsid.hp.com>
5 // Date:     Fri, 29 Jan 93 18:42:03 PST
6 // Subject:  Parse Error
7 // Message-ID: <9301300242.AA15550@hplslk.lsid.hp.com>
9 int test1(void (**roc)(int,int)); // parse error
10 int test2(int id,void (**orc)(int,int)); // works