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