cmake/Tests/CompileFeatures/cxx_unicode_literals.cpp

6 lines
120 B
C++
Raw Normal View History

2015-04-27 22:25:09 +02:00
2016-07-09 11:21:54 +02:00
/* clang-format off */
2015-04-27 22:25:09 +02:00
const char16_t lit_16[] = u"\u00DA";
const char32_t lit_32[] = U"\u00DA";
2016-07-09 11:21:54 +02:00
/* clang-format on */