// { dg-additional-options "-fmodules-ts" } // { dg-module-cmi M:A } module M:A; template struct A { template friend struct B; private: int x = 42; };