1template <class CharType, CharType line_terminator = 0>
2class String {};
3
4String<signed char, 255> s;		// { dg-warning "overflow" }
5