(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pr99283-6_c.C
// { 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>;
};