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