mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
4 lines
75 B
C++
4 lines
75 B
C++
|
|
const char16_t lit_16[] = u"\u00DA";
|
|
const char32_t lit_32[] = U"\u00DA";
|