Clang Project

clang_source_code/test/PCH/reinclude1.h
1namespace A {
2  int x;
3  int y;
4}
5
6int foo;
7#define foo foo
8