aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/testFuncs1.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/testFuncs1.c b/test/testFuncs1.c
index 4f606a2..cc97eaf 100644
--- a/test/testFuncs1.c
+++ b/test/testFuncs1.c
@@ -1121,5 +1121,18 @@ int test31(void)
return 1;
}
+void test32(void)
+{
+ int a;
+
+ switch (a == 1)
+ {
+ case 1:
+ a++;
+ case 0:
+ a--;
+ }
+}
+
/**********************************************************************************************************************/
/*the last line's been intentionally left blank.*/