Clang Project

clang_source_code/test/Misc/Inputs/include.h
1#define EQUALS(a,b) a == b
2
3int foo(int x) { return x; }
4