Sign in
fuchsia
/
third_party
/
cmake
/
refs/heads/main
/
.
/
Tests
/
CompileFeatures
/
cxx_raw_string_literals.cpp
blob: 0fa692997d944570d5c1759af68f96b0956b8d52 [
file
] [
log
] [
blame
] [
edit
]
void
someFunc
()
{
char
const
p
[]
=
R
"(
a\
b
c
)
";
}