056-macro-argument-with-comma.c revision b8e80941
1#define bar with,embedded,commas
2#define function(x) success
3#define foo function
4foo(bar)
5