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