aboutsummaryrefslogtreecommitdiff
path: root/testcases/pass.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/pass.c')
-rw-r--r--testcases/pass.c3
1 files changed, 3 insertions, 0 deletions
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;