diff options
Diffstat (limited to 'test/Lexer/Inputs/good-header-guard.h')
-rw-r--r-- | test/Lexer/Inputs/good-header-guard.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Lexer/Inputs/good-header-guard.h b/test/Lexer/Inputs/good-header-guard.h new file mode 100644 index 0000000..664a479 --- /dev/null +++ b/test/Lexer/Inputs/good-header-guard.h @@ -0,0 +1,4 @@ +#ifndef good_header_guard +#define good_header_guard + +#endif |