Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3b1c19f00a0973d1d70e823cf54a9047d20cb80a
/
.
/
Tests
/
CompileFeatures
/
cxx_raw_string_literals.cpp
blob: 0f83a7c9ac86afbaa86438e116c7d90b980537ac [
file
]
void
someFunc
()
{
const
char
p
[]
=
R
"(
a\
b
c
)
";
}