cxx_unicode_literals.cpp 120 B

12345
  1. /* clang-format off */
  2. const char16_t lit_16[] = u"\u00DA";
  3. const char32_t lit_32[] = U"\u00DA";
  4. /* clang-format on */