view tests/t05.c @ 68:dd3aa9b8fed1

Comments work like escaped new lines, they continue the preprocessor line.
author Joerg Sonnenberger <joerg@bec.de>
date Sun, 31 Mar 2013 08:03:19 +0200
parents ac45dcc57ff9
children f2a9679a2033
line wrap: on
line source

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