[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / PR24954 / A.h
blob5e5d5bf92ce40ae0a0bce6ba1212b058a08e6088
1 #include "B.h"
3 template <class T>
4 class Expr {
5 public:
6 void print(B::basic_ostream<char>& os) {
7 os << B::setw(42);
8 os << B::endl;