* Description: The difference between a string stored in a char array compared * to a pointer to a string literal in C. i.e. the difference between ...
wchar_t const *a = L"Àéîõü"; // expected-error {{illegal character encoding in string literal}} char16_t const *b = u"Àéîõü"; // expected-error {{illegal ...