Clang Project
clang_source_code
/
test
/
Preprocessor
/
empty_file_to_include.h
1
2
#ifndef EMPTY_FILE_TO_INCLUDE_H
3
#define EMPTY_FILE_TO_INCLUDE_H
4
5
// empty file
6
7
#endif
8