1 /* PR middle-end/97595 - bogus -Wstringop-overflow due to DECL_SIZE_UNIT
2 underreporting field size
3 { dg-do compile { target c++11 } }
4 { dg-options "-O2 -Wall -Wsystem-headers" }
5 { dg-skip-if "requires hosted libstdc++ for iostream" { ! hostedlib } } */
9 template void std::basic_iostream<char>::swap (basic_iostream&);