blob: e894c734efab73b66362d7d2c2e06c8535022465 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module foo;
// { dg-module-cmi foo }
template<typename _CharT> class basic_ios;
template<typename _CharT>
class basic_streambuf
{
friend class basic_ios<_CharT>;
_CharT member;
};