[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / macro-ambiguity / e / system / e_system.h
blobc9e13419edc5dab55c81bd663df831919d591edf
1 #ifndef E_SYSTEM_H
2 #define E_SYSTEM_H
4 #define BAZ1_SYSTEM(x) 2 * x
5 #define BAZ2_SYSTEM(x) 2 * x
7 #endif