view tests/t05.c @ 123:9f479b52364a

Add a bunch more options I forgot earlier (!) In case anyone's wondering, the crazy family of include path options comes from gcc.
author David A. Holland
date Tue, 11 Jun 2013 19:02:33 -0400
parents f2a9679a2033
children
line wrap: on
line source

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