blob: 21ddd0e65f9986757e475a2b51be5390f2b21635 [file] [log] [blame]
#define bar(x) (1+(x))
#define foo(y) (2*(y))
foo(bar(3))