1*f4a2713aSLionel Sambuc #define EQUALS(a,b) a == b 2*f4a2713aSLionel Sambuc foo(int x)3*f4a2713aSLionel Sambuc int foo(int x) { return x; } 4