diff options
Diffstat (limited to 'test/testFuncs3.c')
-rw-r--r-- | test/testFuncs3.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/testFuncs3.c b/test/testFuncs3.c index 6153ab3..df4fbc0 100644 --- a/test/testFuncs3.c +++ b/test/testFuncs3.c @@ -1,4 +1,7 @@ +int crappyint; + + #include "testFuncs3.h" #include <complex.h> @@ -51,4 +54,4 @@ void tddfunc3(void) READ_TIME_32(); READ_TIME_33(); READ_TIME_34(); -}
\ No newline at end of file +} |