Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
CompileFeatures
/
cxx_raw_string_literals.cpp
blob: 0fa692997d944570d5c1759af68f96b0956b8d52 [
file
] [
log
] [
blame
]
void
someFunc
()
{
char
const
p
[]
=
R
"(
a\
b
c
)
";
}