view tests/t16.c @ 139:6eaaa9c4e87f

Added tag release-0.3.1 for changeset 85b66cc0344e
author David A. Holland
date Tue, 09 Jul 2013 13:48:53 -0400
parents 0cd5a1d55ed6
children
line wrap: on
line source

#define a() x
a()
a ()
#define b(p) p
x/**/b(1)/**/x
x/**/b (1)/**/x
x/**/b()/**/x
#define c(p,q) p/**/q
x/**/c(1,2)/**/x
x/**/c(1)/**/x
x/**/c()/**/x