]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/quickbook/test/snippets/pass_thru.gold-html
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / quickbook / test / snippets / pass_thru.gold-html
1 <!DOCTYPE html>
2 <html>
3 <head></head>
4 <body>
5 <h3>
6 Pass thru test
7 </h3>
8 <p>
9 <pre class="programlisting"><span class="comment">/*=============================================================================
10 Copyright (c) 2011 Daniel James
11
12 Use, modification and distribution is subject to the Boost Software
13 License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
14 http://www.boost.org/LICENSE_1_0.txt)
15 =============================================================================*/</span>
16 </pre>
17 </p>
18 <p>
19 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">Foo</span><span class="special">{</span>
20
21 <span class="identifier">Foo</span><span class="special">();</span>
22
23 <span class="special">};</span>
24
25
26 <span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span>
27 <span class="special">{</span>
28 <span class="identifier">Foo</span> <span class="identifier">x</span><span class="special">;</span>
29 <span class="special">}</span>
30 </pre>
31 </p>
32 <p>
33 <pre class="programlisting"><span class="keyword">def</span> <span class="identifier">foo</span><span class="special">:</span>
34 <span class="keyword">print</span><span class="special">(</span><span class="string">'foo'</span><span class="special">)</span>
35 </pre>
36 </p>
37 </body>
38 </html>