1 template <class CharType, CharType line_terminator = 0>
2 class String {};
3 
4 String<char, 255> s;
5