diff options
Diffstat (limited to 'Tests/CompileFeatures/cxx_unicode_literals.cpp')
-rw-r--r-- | Tests/CompileFeatures/cxx_unicode_literals.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/CompileFeatures/cxx_unicode_literals.cpp b/Tests/CompileFeatures/cxx_unicode_literals.cpp new file mode 100644 index 0000000..a7b7df0 --- /dev/null +++ b/Tests/CompileFeatures/cxx_unicode_literals.cpp @@ -0,0 +1,3 @@ + +const char16_t lit_16[] = u"\u00DA"; +const char32_t lit_32[] = U"\u00DA"; |