Clang Project
clang_source_code
/
test
/
Lexer
/
Inputs
/
different-define.h
1
#ifndef different_define
2
#define FOO 5
3
4
#endif
5