Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
7f067a3c17f9f0d199013deab6c59f72837a531d
/
.
/
Tests
/
CompileFeatures
/
cxx_unicode_literals.cpp
blob: 7794c11dcc9cfea048ece8c6e9354e2b1b06fccc [
file
] [
log
] [
blame
]
/* clang-format off */
const
char16_t
lit_16
[]
=
u
"\u00DA"
;
const
char32_t
lit_32
[]
=
U
"\u00DA"
;
/* clang-format on */