From d5b83759d2ceb1a75766d5ec6a2638c1c87ed3b6 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 12 Dec 2007 22:44:56 +0000 Subject: [PATCH] more tricky test [r18721] --- parsetest/shouldfail/function_return.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.20.1