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