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