blob: 224bb4aed491b845f9843e0d10b5a1f20e9abe51 [file]
// PR c++/114229
template<class> struct basic_streambuf { virtual void overflow() { } };
template struct basic_streambuf<long>;