(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pr99238_b.H
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }
#include "pr99238.h"
import "pr99238_a.H";
namespace std
{
  using ::tm;
}