From e8cbc056b7472c2c5438bdbd6571a40d5e1bcfcd Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 13 Apr 2014 12:31:28 +0800 Subject: fixed bugs in typedef --- testcases/pass.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testcases') diff --git a/testcases/pass.c b/testcases/pass.c index 1727c56..9711611 100644 --- a/testcases/pass.c +++ b/testcases/pass.c @@ -87,6 +87,7 @@ int fc(int fc()) { } int incomp(struct I a); +struct I { int i, j; }; void (*bsd_signal(int sig, void (*func)(int a)))(int b); -- cgit v1.2.3