Clang Project
clang_source_code
/
test
/
Lexer
/
Inputs
/
bad-header-guard.h
1
#ifndef bad_header_guard
2
#define bad_guard
3
4
#endif
5