diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-20 20:45:56 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-20 20:45:56 +0000 |
commit | 97805ac2a3bbfce8d05c0c78e1a84673ac7bdd84 (patch) | |
tree | 808dfd87af6284f884c9358ee60bf71a4d9aa762 | |
parent | fixed and updated (diff) | |
download | mutator-97805ac2a3bbfce8d05c0c78e1a84673ac7bdd84.tar.gz mutator-97805ac2a3bbfce8d05c0c78e1a84673ac7bdd84.zip |
little addition for 5.x rules
-rw-r--r-- | test/testFuncs3.c | 1 |
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; /*********************************************************************************************************************/ |