aboutsummaryrefslogtreecommitdiff
path: root/testcases/pass.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/pass.c')
-rw-r--r--testcases/pass.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testcases/pass.c b/testcases/pass.c
index b219178..835483e 100644
--- a/testcases/pass.c
+++ b/testcases/pass.c
@@ -71,6 +71,10 @@ void comma() {
(b++, a++) * 3;
}
+int complex_pointer() {
+ int (*f(int ***e[10]))();
+}
+
struct Node n;
struct Node {int x, y;} n;
/* global forward declaration is ok */