view tests/t05.c @ 118:c13f36775fe8

Preserve leading whitespace in macro arguments.
author David A. Holland
date Tue, 11 Jun 2013 14:12:27 -0400
parents f2a9679a2033
children
line wrap: on
line source

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