]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/wave/test/testwave/testfiles/t_7_001.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / wave / test / testwave / testfiles / t_7_001.cpp
1 /*=============================================================================
2 Boost.Wave: A Standard compliant C++ preprocessor library
3 http://www.boost.org/
4
5 Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
6 Software License, Version 1.0. (See accompanying file
7 LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 =============================================================================*/
9
10 //O --c++11
11 //O -Werror
12
13 //R #line 17 "t_7_001.cpp"
14 //R R"de
15 //R fg
16 //R h"
17 R"de
18 fg
19 h"
20
21 //R #line 22 "t_7_001.cpp"
22 "abc" //R "abc"
23 R"abc" //R R"abc"
24
25 //R #line 28 "t_7_001.cpp"
26 //R uR"de fg
27 //R h"
28 uR"de \
29 fg
30 h"
31
32 //R #line 33 "t_7_001.cpp"
33 u"abc" //R u"abc"
34 U"def" //R U"def"
35 u8"ghi" //R u8"ghi"
36
37 //R #line 39 "t_7_001.cpp"
38 //R no_newline_at_end_of_file
39 no_newline_at_end_of_file