diff options
Diffstat (limited to '')
-rw-r--r-- | test/testFuncs2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testFuncs2.c b/test/testFuncs2.c index 0bbc2ca..dac8ef0 100644 --- a/test/testFuncs2.c +++ b/test/testFuncs2.c @@ -39,12 +39,12 @@ int testfunc6(void) { int a; int b; - return (); + //return (); } int testfunc7(void) { int a; int b; - return; + //return; }
\ No newline at end of file |