Fortran: Fix PR 47485.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / udlit-raw-str.C
blob7e43a22345fff3a9c0d5ba4fa84188311a2f83c1
1 // { dg-do compile { target c++11 } }
2 // { dg-skip-if "requires hosted libstdc++ for string" { ! hostedlib } }
4 #include <string>
6 std::string operator ""_i18n(const char*, std::size_t);
8 std::string vogon_poem = R"V0G0N(
9                 O freddled gruntbuggly thy micturations are to me
10                     As plured gabbleblochits on a lurgid bee.
11                  Groop, I implore thee my foonting turlingdromes.   
12               And hooptiously drangle me with crinkly bindlewurdles,
13   Or I will rend thee in the gobberwarts with my blurlecruncheon, see if I don't.
15                     (by Prostetnic Vogon Jeltz; see p. 56/57)
16 )V0G0N"_i18n;