(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pr99480_b.H
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }

import  "pr99480_a.H";

template<typename _Tp>
struct atomic<_Tp*>
{
};