[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / lsv-private-macro / self.h
blob5a361308a10d0ffb8f66948cbcc386abf384c3a7
1 #define SELF_PRIVATE
2 #__private_macro SELF_PRIVATE
4 #define SELF_PUBLIC
5 #__public_macro SELF_PUBLIC
7 #define SELF_DEFAULT