summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-04 08:59:22 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:56 (GMT)
commit3322b393a265747ae7c187d426f7f1676b478de4 (patch)
tree7a05f794a4fc52ef17d112cf1ff45fd9616788f3 /Tests
parent04c5b99f38aef9a5c9627c35659891aecd8ab41e (diff)
downloadCMake-3322b393a265747ae7c187d426f7f1676b478de4.zip
CMake-3322b393a265747ae7c187d426f7f1676b478de4.tar.gz
CMake-3322b393a265747ae7c187d426f7f1676b478de4.tar.bz2
Features: Add cxx_unicode_literals.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CompileFeatures/cxx_unicode_literals.cpp3
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";