1 // { dg-additional-options {-std=c++2a -fmodule-header} }
2 
3 import  "pr99283-6_b.H";
4 
5 template<typename _Alloc>
6 struct __allocated_ptr
7 {
8   using value_type = allocator_traits<_Alloc>;
9 };
10 
11