[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / separate_map_tree / src / common.h
blob1d2ecb5a194d8363c4de9384f84d188fb66e5b3b
1 #ifndef COMMON_H
2 #define COMMON_H
3 const int common = 2;
4 #endif