xref: /llvm-project/clang/test/Preprocessor/empty_file_to_include.h (revision 2ce63b4246329ee0fb20aa6f768f1f57eda6d5f0)
1*2ce63b42SRichard Smith 
2*2ce63b42SRichard Smith #ifndef EMPTY_FILE_TO_INCLUDE_H
3*2ce63b42SRichard Smith #define EMPTY_FILE_TO_INCLUDE_H
4*2ce63b42SRichard Smith 
5*2ce63b42SRichard Smith // empty file
6*2ce63b42SRichard Smith 
7*2ce63b42SRichard Smith #endif
8