(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pr99170-1_b.C
// { dg-additional-options {-fmodules-ts} }
export module test;
// { dg-module-cmi test }
import "pr99170-1_a.H";
export class A {
  STD::string str{"ayyy"};
};