summaryrefslogtreecommitdiffstats
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)";
}