aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testFuncs1.c')
-rw-r--r--test/testFuncs1.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testFuncs1.c b/test/testFuncs1.c
index 9af097c..79260c4 100644
--- a/test/testFuncs1.c
+++ b/test/testFuncs1.c
@@ -29,6 +29,8 @@ void test (void);
void test2 (void);
void test11 (void);
+double badboy = 0.0;
+
/**********************************************************************************************************************/
@@ -1203,10 +1205,12 @@ void test34(void)
test33();
}
+#if 0
void malloc (void)
{
}
+#endif
/**********************************************************************************************************************/