view tests/t05.c @ 106:ecec7c16e3ba

add a couple more tests, taken from the 2010 tech-toolchain thread (one was from der Mouse, the other prompted by something he said)
author David A. Holland
date Tue, 11 Jun 2013 11:35:27 -0400
parents ac45dcc57ff9
children f2a9679a2033
line wrap: on
line source

#define concat(a, b) a/**/b
concat(abc, def)