view run/html_complex_01.html @ 1585:9f62db65faf5

[Issue 1612] New: No file/line number for using an undefined label in inline assembly <matti.niemenmaa+dbugzilla@iki.fi> 2007-10-24 http://d.puremagic.com/issues/show_bug.cgi?id=1612
author thomask
date Fri, 22 Feb 2008 07:55:57 +0000
parents 7bc0cb26b7bb
children
line wrap: on
line source

<html>
<!--
	$HeadURL$
	$Date$
	$Author$
-->
	<head>
		<title>DStress: html_complex_01</title>
	</head>
	<body>
		<p>
			The preface
		</p><p>
			<CODE><pre>
int partOne(){
	return 2;
}</pre></CODE>
		</p><p>
			Some other stuff ...
		</p><p>
			<CODE><pre>
int main(){
	assert(partOne()==2);
	return 0;
}</pre></CODE>
		</p><p>
			It's done.
		</p>
	</body>
</html>