blob: a6cffaaf0242464b961e0d08f4cc4604259932c0 [file] [log] [blame]
template <class CharType, CharType line_terminator = 0>
class String {};
String<signed char, 255> s; // { dg-error "narrowing conversion" "" { target c++11 } }
// { dg-warning "overflow" "" { target c++98_only } .-1 }