062-if-0-skips-garbage.c revision b8e80941
1#define foo(a,b)
2#if 0
3foo(bar)
4foo(
5#endif
6