diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-09 14:07:14 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-09 14:07:14 +0000 |
commit | 367f8756f20e31f1a5ea492282a254081f8d9034 (patch) | |
tree | 8218f72876091130c69799e899d79eb74672d20e | |
parent | updated 1/9/2017 (diff) | |
download | mutator-367f8756f20e31f1a5ea492282a254081f8d9034.tar.gz mutator-367f8756f20e31f1a5ea492282a254081f8d9034.zip |
tdd for 12.11 already existed. minor changes otherwise.
-rw-r--r-- | test/testFuncs2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testFuncs2.c b/test/testFuncs2.c index f11a896..ffe8686 100644 --- a/test/testFuncs2.c +++ b/test/testFuncs2.c @@ -138,6 +138,8 @@ struct s10 int sc; }; +const unsigned int cint = 0xFFFFFFFF; + /*********************************************************************************************************************/ /*functions go here.*/ static void test33(void) |