diff options
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases/pass.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |