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