aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs2.c
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-31 17:07:29 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-31 17:07:29 +0000
commit9e042ab7157bb9396511bacae7b3f76645caa691 (patch)
tree5ecb8e5239f5a25a3ed5f42c474881d718f3595c /test/testFuncs2.c
parentstarted adding custom cl options to mutator-lvl0 (diff)
downloadmutator-9e042ab7157bb9396511bacae7b3f76645caa691.tar.gz
mutator-9e042ab7157bb9396511bacae7b3f76645caa691.zip
updated
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);