]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/wave/test/testwave/testfiles/t_7_001.cpp
add subtree-ish sources for 12.0.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
12 //R #line 16 "t_7_001.cpp"
13 //R R"de
14 //R fg
15 //R h"
16 R"de
17 fg
18 h"
19
20 //R #line 21 "t_7_001.cpp"
21 "abc" //R "abc"
22 R"abc" //R R"abc"
23
24 //R #line 27 "t_7_001.cpp"
25 //R uR"de fg
26 //R h"
27 uR"de \
28 fg
29 h"
30
31 //R #line 32 "t_7_001.cpp"
32 u"abc" //R u"abc"
33 U"def" //R U"def"
34 u8"ghi" //R u8"ghi"