diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-31 17:07:29 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-31 17:07:29 +0000 |
commit | 9e042ab7157bb9396511bacae7b3f76645caa691 (patch) | |
tree | 5ecb8e5239f5a25a3ed5f42c474881d718f3595c /test/testFuncs2.c | |
parent | started adding custom cl options to mutator-lvl0 (diff) | |
download | mutator-9e042ab7157bb9396511bacae7b3f76645caa691.tar.gz mutator-9e042ab7157bb9396511bacae7b3f76645caa691.zip |
updated
Diffstat (limited to 'test/testFuncs2.c')
-rw-r--r-- | test/testFuncs2.c | 4 |
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); |