Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / template / char1.C
blob64ffda8fd367985136cd34c46bf4dcd5c2910a35
1 template <class CharType, CharType line_terminator = 0>
2 class String {};
4 String<char, 255> s;