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