Clang Project
clang_source_code
/
test
/
Index
/
preamble-reparse-import.m-2.h
1
#ifdef PARSED
2
#error parsed twice
3
#endif
4
5
#define PARSED 1
6