aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs2.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testFuncs2.h')
-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*/
}