Clang Project

clang_source_code/test/Lexer/Inputs/unlikely-to-be-header-guard.h
1#ifndef data_rep_h
2#define use_alternate_data_rep
3/* #include "data_rep.h" */
4#endif
5
6