aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testFuncs1.c')
-rw-r--r--test/testFuncs1.c12
1 files changed, 12 insertions, 0 deletions
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.*/