Clang Project

clang_source_code/test/Lexer/Inputs/good-header-guard.h
1#ifndef good_header_guard
2#define good_header_guard
3
4#endif
5