1/* { dg-do compile } */
2#define STRING(x) #x
3char buf[] = STRING(L'\x123');
4