diff options
| author | Teddy <ted.sybil@gmail.com> | 2014-04-11 09:45:17 +0800 |
|---|---|---|
| committer | Teddy <ted.sybil@gmail.com> | 2014-04-11 09:45:17 +0800 |
| commit | 8b7a07ec7fe1449b83112feae26566167600d056 (patch) | |
| tree | 7e41fe0e0e3bebb173817ede339555ab36b5c012 /testcases | |
| parent | b1263939ee71fea26a2c980829c33a2556a0d65a (diff) | |
fixed bug of cast
Diffstat (limited to 'testcases')
| -rw-r--r-- | testcases/pass.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testcases/pass.c b/testcases/pass.c index 4b4dfed..e762a5b 100644 --- a/testcases/pass.c +++ b/testcases/pass.c @@ -88,6 +88,8 @@ int f(int f()) { int incomp(struct I a); +void (*bsd_signal(int sig, void (*func)(int a)))(int b); + struct Node n; struct Node {int x, y;} n; /* global forward declaration is ok */ |