[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / pch-used.h
blobc458e8d834bdd1f96453cbddec03075a7e9cb4f4
1 @import cstd.stdio;
2 @import other_constants.dbl_max;
3 static inline void SPXTrace(void) { fprintf(__stderrp, ""); }