From: Matthias Braun Date: Wed, 12 Dec 2007 22:44:56 +0000 (+0000) Subject: more tricky test X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=d5b83759d2ceb1a75766d5ec6a2638c1c87ed3b6;p=cparser more tricky test [r18721] --- diff --git a/parsetest/shouldfail/function_return.c b/parsetest/shouldfail/function_return.c index 099bf4e..12b5c76 100644 --- a/parsetest/shouldfail/function_return.c +++ b/parsetest/shouldfail/function_return.c @@ -4,7 +4,9 @@ typedef int int_array[8]; broken_array x; -function test(void); +typedef function func2(void); + +func2 test; broken_array test2(void); int_array test3(void);