more tricky test
authorMatthias Braun <matze@braunis.de>
Wed, 12 Dec 2007 22:44:56 +0000 (22:44 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 12 Dec 2007 22:44:56 +0000 (22:44 +0000)
[r18721]

parsetest/shouldfail/function_return.c

index 099bf4e..12b5c76 100644 (file)
@@ -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);