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