1// { dg-do assemble  }
2
3wchar_t *single  =   L"xyz"  ;
4wchar_t *(array[]) = { L"xyz" };
5