view nocompile/html_html_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 62c9b99c3a16
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
	<HEAD><TITLE>html_html_02</TITLE></HEAD>
	<BODY>
		<PRE>
<CODE>
// $HeadURL$
// $Date$
// $Author$

// @author@	Thomas Kuehne &#x3C;thomas@kuehne.thisisspam.cn&#x3E;
// @date@	2005-01-23
// @uri@	<a href='news:ct012k$4gt$1@digitaldaemon.com'>news:ct012k$4gt$1@digitaldaemon.com</a>
// @uri@	<a href='nntp://news.digitalmars.com/digitalmars.D.bugs/2742'>nntp://news.digitalmars.com/digitalmars.D.bugs/2742</a>

module dstress.nocompile.html_html_02;

int main(){
	return 0;
}
</CODE></PRE>
	</BODY>
</HTML>