PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / udlit-raw-str.C
blob7ca37b2a7f9755c6045005c6e5715f53d5fc72a2
1 // { dg-do compile { target c++11 } }
3 #include <string>
5 std::string operator"" _i18n(const char*, std::size_t);
7 std::string vogon_poem = R"V0G0N(
8                 O freddled gruntbuggly thy micturations are to me
9                     As plured gabbleblochits on a lurgid bee.
10                  Groop, I implore thee my foonting turlingdromes.   
11               And hooptiously drangle me with crinkly bindlewurdles,
12   Or I will rend thee in the gobberwarts with my blurlecruncheon, see if I don't.
14                     (by Prostetnic Vogon Jeltz; see p. 56/57)
15 )V0G0N"_i18n;