annotate tests/t30.c @ 148:8772a0654876

Added tag release-0.4 for changeset 281317d30478
author David A. Holland
date Sat, 13 Jul 2013 14:48:38 -0400
parents b4f97f6b32c2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
130
b4f97f6b32c2 Test for quoted macro argument comments, from Joerg.
David A. Holland
parents:
diff changeset
1 #define x(a,b,c) a;b;c;
b4f97f6b32c2 Test for quoted macro argument comments, from Joerg.
David A. Holland
parents:
diff changeset
2 x((,),x,",")