From 7f3c164acb81946de9b63c7f081e9029fe98fe80 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 25 Nov 2016 14:07:13 +0330 Subject: added tdd tests for 13.1 and 13.2 --- test/testFuncs1.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/testFuncs1.c') diff --git a/test/testFuncs1.c b/test/testFuncs1.c index 04c598a..dcfbf4e 100644 --- a/test/testFuncs1.c +++ b/test/testFuncs1.c @@ -954,5 +954,17 @@ void test24(void) --a; } +void test25(void) +{ + int a; + int b; + int c; + + if (a - b) + { + /*i dont care.*/ + } +} + /**********************************************************************************************************************/ /*the last line's been intentionally left blank.*/ -- cgit v1.2.3