diff options
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases/pass.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testcases/pass.c b/testcases/pass.c index ebcae0a..4d9041e 100644 --- a/testcases/pass.c +++ b/testcases/pass.c @@ -82,6 +82,10 @@ int fp(int a, int b, int c) { f = &fp + 1; } +int f(int f()) { + f(complex_pointer); +} + struct Node n; struct Node {int x, y;} n; /* global forward declaration is ok */ |