CMake/Tests/CompileFeatures/cxx_unicode_literals.cpp

6 lines
120 B
C++

/* clang-format off */
const char16_t lit_16[] = u"\u00DA";
const char32_t lit_32[] = U"\u00DA";
/* clang-format on */