OSDN Git Service

* parser.c (cp_parser_class_specifier): Set class location to that
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg6.C
1 // { dg-do assemble  }
2
3 const wchar_t *single  =   L"xyz"  ;
4 const wchar_t *(array[]) = { L"xyz" };