view tests/t16.c @ 99:60184aa42604

add 2013 to copyrights where it seems warranted
author David A. Holland
date Mon, 10 Jun 2013 23:51:07 -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