diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-25 19:43:36 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-25 19:43:36 +0000 |
commit | e0490244850b11f395aec7e1605a2fc2eab691a7 (patch) | |
tree | affeb63b1eba374219658d22d52f72e64c956bd6 /test/testFuncs2.h | |
parent | added updates for mutator.sh (diff) | |
download | mutator-e0490244850b11f395aec7e1605a2fc2eab691a7.tar.gz mutator-e0490244850b11f395aec7e1605a2fc2eab691a7.zip |
updated
Diffstat (limited to 'test/testFuncs2.h')
-rw-r--r-- | test/testFuncs2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/testFuncs2.h b/test/testFuncs2.h index 647613a..ede14eb 100644 --- a/test/testFuncs2.h +++ b/test/testFuncs2.h @@ -8,6 +8,8 @@ /*Globals*/ extern int aaaa[]; +extern double badboy; + extern int eldiablo = 0; extern int bbbb[] = {1, 2, 3, 4, 5, 6}; @@ -32,7 +34,7 @@ void testFunc4() testFunc5( void) { //different kind of comment - ///another kind + ///anot/*her kind /*this kind*/ /**that kind*/ } |