Clang Project

clang_source_code/test/Preprocessor/pr2086.h
1#ifndef test
2#endif
3
4#ifdef test
5#undef test
6#endif
7