Implement #if and friends.
[mesa.git] / tests / 016-define-func-1-arg.c
1 #define foo(x) ((x)+1)
2 foo(bar)