// Test of std::basic_ostream > mangling // { dg-do compile } // { dg-options "-fno-inline -fabi-compat-version=0" } namespace std { template struct char_traits; template struct basic_ostream { basic_ostream(){} }; } std::basic_ostream > s1; // { dg-final { scan-assembler "\n_?_ZNSoC\[12\]Ev\[: \t\n\]" } }