From b4481597ec8901b59a108f0b73ee1c4b57fca439 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 20 Aug 2021 09:56:42 +0000 Subject: cc: simple global scope and duplicate global detection --- miniany/test1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miniany/test1.c') diff --git a/miniany/test1.c b/miniany/test1.c index ba8dd4f..94684fa 100644 --- a/miniany/test1.c +++ b/miniany/test1.c @@ -1,6 +1,6 @@ /* test1 */ int i; -int i; +int j; i = 12+25/5-2*3; // another comment -- cgit v1.2.3-54-g00ecf