[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / merge-template-members / b2.h
blob37357acc6adf302529837d2d5344729191e61eeb
1 #include "a2.h"
3 // Add update record for definition of A<int> and constructors.
4 // We need an eagerly-emitted use here to get the problematic
5 // deserialization ordering.
6 N::A<int> b2;