~ubuntu-branches/ubuntu/raring/mesa/raring-proposed

1
2
3
#define bar(x) (1+(x))
#define foo(y) (2*(y))
foo(bar(3))