annotate run/html_complex_02.html @ 1576:b3e16c86558e

[Issue 1398] New: GDC doesn't generate correct code <mariusmuja@gmail.com> 2007-08-04 http://d.puremagic.com/issues/show_bug.cgi?id=1398
author thomask
date Thu, 21 Feb 2008 15:20:08 +0000
parents 7bc0cb26b7bb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
368
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
1 <html>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
2 <!--
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
3 $HeadURL$
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
4 $Date$
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
5 $Author$
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
6 -->
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
7 <head>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
8 <title>DStress: html_complex_02</title>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
9 </head>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
10 <body>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
11 <p>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
12 The preface
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
13 </p><p>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
14 <CODE><pre>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
15 int main(){
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
16 assert(partOne()==2);
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
17 return 0;
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
18 }</pre></CODE>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
19 </p><p>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
20 Some other stuff ...
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
21 </p><p>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
22 <CODE><pre>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
23 int partOne(){
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
24 return 2;
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
25 }</pre></CODE>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
26 </p><p>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
27 It's done.
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
28 </p>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
29 </body>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
30 </html>