xref: /aosp_15_r20/external/clang/test/Modules/Inputs/merge-template-members/b2.h (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 #include "a2.h"
2 
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;
7