aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/testFuncs2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testFuncs2.c b/test/testFuncs2.c
index 4f289a3..b382b8b 100644
--- a/test/testFuncs2.c
+++ b/test/testFuncs2.c
@@ -37,6 +37,7 @@ typedef gaga incompletearr1;
#define DEFINEVAR(X,Y) int X##Y
#define PI 3.14
#define PI2 (a)
+#define charchar char
#define __FILE__
#define __DATE__
@@ -173,11 +174,13 @@ void testfunc1(void)
unsigned char b;
char c;
int sum;
+ charchar d;
sum = sum + dudu + fufu;
b = a;
c = 123;
+ d = 123;
c = 'c';
c = "c";
b = 'b';