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