aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs2.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-25 19:43:36 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-25 19:43:36 +0000
commite0490244850b11f395aec7e1605a2fc2eab691a7 (patch)
treeaffeb63b1eba374219658d22d52f72e64c956bd6 /test/testFuncs2.h
parentadded updates for mutator.sh (diff)
downloadmutator-e0490244850b11f395aec7e1605a2fc2eab691a7.tar.gz
mutator-e0490244850b11f395aec7e1605a2fc2eab691a7.zip
updated
Diffstat (limited to '')
-rw-r--r--test/testFuncs2.h4
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*/
}