018-define-func-macro-as-parameter.c revision b8e80941
1#define x 0
2#define foo(x) x
3foo(1)
4