view tests/t05.c @ 162:82cc6fa54b01

newline during a macro invocation counts as space. Behavior differs from GCC in that empty lines in the argument list are still suppressed.
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 27 Feb 2015 02:53:12 +0100
parents f2a9679a2033
children
line wrap: on
line source

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