blob: d3d8ac96a79972ecc72878ca6d225e6df8e292fe [file] [log] [blame]
// { dg-additional-options {-fmodules-ts} }
export module test;
// { dg-module-cmi test }
import "pr99170-1_a.H";
export class A {
STD::string str{"ayyy"};
};