From 03156573fc86359a69590a5061816202ba6700aa Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 3 Dec 2016 00:41:22 +0330 Subject: added tdd tests for 19.10,19.12 and 19.13 --- test/testFuncs2.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/testFuncs2.c') diff --git a/test/testFuncs2.c b/test/testFuncs2.c index 36f0720..e15085b 100644 --- a/test/testFuncs2.c +++ b/test/testFuncs2.c @@ -20,6 +20,11 @@ typedef const* INTPTR; #define ABSOLUTE2(X) ((X >= 0) ? X : -X) #define ABSOLUTE3(XMACRO) (((XMACRO) <= 0) ? (XMACRO) : -(XMACRO)) #define MINUS(X,Y) ((X) - (Y)) +#define PRINT(bubba) printf(#bubba "%d\n", bubba) +#define LOCO i##nt +#define LOCO2 #LOCO2 +#define LOCO3(bubba) printf(#bubba "%d\n", bu##bba) +#define DEFINEVAR(X,Y) int X##Y #define LOCOLUPO #undef LOCOLUPO -- cgit v1.2.3