[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / irgen.h
blob9936bf62ef1c745a6693e05f857f4fa69598d464
1 static inline int triple(int x) { return x * 3; }