aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs2.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/testFuncs2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testFuncs2.c b/test/testFuncs2.c
index 776dc33..9bddcc6 100644
--- a/test/testFuncs2.c
+++ b/test/testFuncs2.c
@@ -174,6 +174,9 @@ void testfunc1(void)
c = 123;
c = 'c';
c = "c";
+ b = 'b';
+ b = "b";
+ a = 123;
c = '\n';
;;;;