aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testFuncs2.c')
-rw-r--r--test/testFuncs2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testFuncs2.c b/test/testFuncs2.c
index 9bddcc6..4bd6ec3 100644
--- a/test/testFuncs2.c
+++ b/test/testFuncs2.c
@@ -102,6 +102,8 @@ int bubu;
int fufu;
double badboy = 0.0;
+int hiddenvisibility;
+
int incompletearr1[10];
union u3;
@@ -145,6 +147,8 @@ static void test33(void)
long int b;
int sum;
+ int hiddenvisibility;
+
sum = dudu + bubu + fufu;
MINUS(a, b);