index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CompileFeatures
/
cxx_raw_string_literals.cpp
blob: 0f83a7c9ac86afbaa86438e116c7d90b980537ac (
plain
)
1
2
3
4
5
6
7
void
someFunc
()
{
const char
p
[] =
R
"(a\
b
c)"
;
}