testsuite: C++ module tests
[gcc.git] / gcc / testsuite / g++.dg / modules / tpl-friend-6_b.C
1 // { dg-additional-options -fmodules-ts }
2 module foo;
3
4 namespace not_std {
5
6 template<>
7 void
8 __copy_streambufs_eof(basic_streambuf<char>* __sbin)
9 {
10 __sbin->member = 0;
11 }
12
13 }