diff tests/t05.c @ 26:ac45dcc57ff9

add some simple tests
author David A. Holland
date Mon, 20 Dec 2010 05:01:07 -0500
parents
children f2a9679a2033
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/t05.c	Mon Dec 20 05:01:07 2010 -0500
@@ -0,0 +1,2 @@
+#define concat(a, b) a/**/b
+concat(abc, def)