blob: 942fe7045bb364a6b2205dadcd6d91b4e211b626 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
module foo;
namespace not_std {
template<>
void
__copy_streambufs_eof(basic_streambuf<char>* __sbin)
{
__sbin->member = 0;
}
}