diff options
Diffstat (limited to 'test/Preprocessor/empty_file_to_include.h')
-rw-r--r-- | test/Preprocessor/empty_file_to_include.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Preprocessor/empty_file_to_include.h b/test/Preprocessor/empty_file_to_include.h new file mode 100644 index 0000000000000..48ffc7515386b --- /dev/null +++ b/test/Preprocessor/empty_file_to_include.h @@ -0,0 +1,7 @@ + +#ifndef EMPTY_FILE_TO_INCLUDE_H +#define EMPTY_FILE_TO_INCLUDE_H + +// empty file + +#endif |