OSDN Git Service

* parser.c (cp_parser_class_specifier): Set class location to that
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / char1.C
1 template <class CharType, CharType line_terminator = 0>
2 class String {};
3
4 String<char, 255> s;