[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / template / char1.C
blob51e72e7ad061bc96381eeab45adddc8e1912f18d
1 template <class CharType, CharType line_terminator = 0>
2 class String {};
4 String<signed char, 255> s;             // { dg-warning "overflow" }