t_7_001.cpp 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*=============================================================================
  2. Boost.Wave: A Standard compliant C++ preprocessor library
  3. http://www.boost.org/
  4. Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
  5. Software License, Version 1.0. (See accompanying file
  6. LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. =============================================================================*/
  8. //O --c++11
  9. //O -Werror
  10. //R #line 17 "t_7_001.cpp"
  11. //R R"(de
  12. //R fg
  13. //R h)"
  14. R"(de
  15. fg
  16. h)"
  17. //R #line 22 "t_7_001.cpp"
  18. "abc" //R "abc"
  19. R"(abc)" //R R"(abc)"
  20. //R #line 28 "t_7_001.cpp"
  21. //R uR"(de fg
  22. //R h)"
  23. uR"(de \
  24. fg
  25. h)"
  26. //R #line 33 "t_7_001.cpp"
  27. u"abc" //R u"abc"
  28. U"def" //R U"def"
  29. u8"ghi" //R u8"ghi"
  30. //R #line 40 "t_7_001.cpp"
  31. //R R"delim("quoted text
  32. //R with newline")delim"
  33. R"delim("quoted text
  34. with newline")delim"
  35. //R #line 45 "t_7_001.cpp"
  36. //R R"de"lim(some text)de"lim"
  37. R"de"lim(some text)de"lim"
  38. //R #line 49 "t_7_001.cpp"
  39. //R no_newline_at_end_of_file
  40. no_newline_at_end_of_file