blob: e8114711f38c69312a750adf9c5f359894693a07 [file] [log] [blame]
// { dg-additional-options {-std=c++2a -fmodule-header} }
import "pr99283-6_b.H";
template<typename _Alloc>
struct __allocated_ptr
{
using value_type = allocator_traits<_Alloc>;
};