aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-20 20:45:56 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-20 20:45:56 +0000
commit97805ac2a3bbfce8d05c0c78e1a84673ac7bdd84 (patch)
tree808dfd87af6284f884c9358ee60bf71a4d9aa762 /test
parentfixed and updated (diff)
downloadmutator-97805ac2a3bbfce8d05c0c78e1a84673ac7bdd84.tar.gz
mutator-97805ac2a3bbfce8d05c0c78e1a84673ac7bdd84.zip
little addition for 5.x rules
Diffstat (limited to 'test')
-rw-r--r--test/testFuncs3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testFuncs3.c b/test/testFuncs3.c
index 7cca2c8..baf3f37 100644
--- a/test/testFuncs3.c
+++ b/test/testFuncs3.c
@@ -13,6 +13,7 @@ int crappyint;
int intarray3[3][2] = MACRO1;
int intarray4[3][2] = MACRO2;
int answer = ANSWER;
+float floatbitaccess;
/*********************************************************************************************************************/