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