[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / codegen-nodep / foo.h
blobe7b20a512db16ed2f4e4954d48878fab8fdc0ea6
1 template <typename T>
2 void foot() {
4 inline void foo() {
7 template <typename T>
8 struct bart {
9 };
10 struct bar {