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: 0fa692997d944570d5c1759af68f96b0956b8d52 (
plain
)
1
2
3
4
5
6
7
void
someFunc
()
{
char const
p
[] =
R
"(a\
b
c)"
;
}