From ad4582dfc2bb0c50d6972881ed845a473c40ca71 Mon Sep 17 00:00:00 2001 From: Teddy Date: Sat, 12 Apr 2014 11:09:27 +0800 Subject: fix bugs in function declaration & prototype --- testcases/pass.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testcases') diff --git a/testcases/pass.c b/testcases/pass.c index a1d3705..bf995ac 100644 --- a/testcases/pass.c +++ b/testcases/pass.c @@ -106,6 +106,9 @@ void local_decl() { struct Node n; struct Node {int x, y;} n; /* global forward declaration is ok */ +int again; +int again; + int main() { n.x = 1; n.y = 2; -- cgit v1.2.3