(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
warn/
Wstringop-overflow-6.C
/* PR middle-end/97595 - bogus -Wstringop-overflow due to DECL_SIZE_UNIT
   underreporting field size
   { dg-do compile { target c++11 } }
   { dg-options "-O2 -Wall -Wsystem-headers" } */

#include <iostream>

template void std::basic_iostream<char>::swap (basic_iostream&);