3014073311
This is a well-defined condition, but something that currently trips up the implementation. Should be easy to fix.
4 lines
36 B
C
4 lines
36 B
C
#define x 0
|
|
#define foo(x) x
|
|
foo(1)
|