view tests/t05.c @ 35:b30f69cab9bc

Add another test. Joerg says that #define foo()x is legal in traditional cpp, so let's make it a test case.
author David A. Holland
date Sat, 30 Mar 2013 20:39:03 -0400
parents ac45dcc57ff9
children f2a9679a2033
line wrap: on
line source

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