aboutsummaryrefslogtreecommitdiff
path: root/testcases
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-10 18:27:48 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-10 18:27:48 +0800
commitf314c03bdf62b83fe4d2b8d600d15d839a0c32b9 (patch)
tree6543410a26ff84ff78196f1a2bb569a0fb3f223b /testcases
parentfe75fc6d0569f6df7ff33c96566873eb3ff10dc2 (diff)
...
Diffstat (limited to 'testcases')
-rw-r--r--testcases/pass.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testcases/pass.c b/testcases/pass.c
index 4d9041e..4b4dfed 100644
--- a/testcases/pass.c
+++ b/testcases/pass.c
@@ -86,6 +86,8 @@ int f(int f()) {
f(complex_pointer);
}
+int incomp(struct I a);
+
struct Node n;
struct Node {int x, y;} n;
/* global forward declaration is ok */