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