1#define EQUALS(a,b) a == b2 3// It's important for sloc_usage.cpp that this file does not have proper4// include guards.5#ifndef FOO_DEFINED6#define FOO_DEFINED7int foo(int x) { return x; }8#endif9