Add test 56 for a comma within the expansion of an argument.

This case was tricky on the take-2 branch. It happens to be passing already
here.
This commit is contained in:
Carl Worth 2010-05-27 10:14:38 -07:00
parent a8ea26d7c9
commit 602a34769a

View file

@ -0,0 +1,4 @@
#define bar with,embedded,commas
#define function(x) success
#define foo function
foo(bar)