llvm-for-llvmta/tools/clang/test/Lexer/Inputs/good-header-guard.h

5 lines
60 B
C

#ifndef good_header_guard
#define good_header_guard
#endif