view run/html_comment_04.html @ 1543:9597b1b8030f

[Issue 1151] Final template class w/ constructor and invariant causes compile error <dhaffey@gmail.com> 2007-05-31 http://d.puremagic.com/issues/show_bug.cgi?id=1151
author thomask
date Sun, 01 Jul 2007 13:19:50 +0000
parents 32125cf81a59
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
	<head><title>html_comment_04</title></head>
	<body>
		<pre><CODE>
int main(){ 
		<!-- <CODE>assert(0);-->
	return 0;
}
		</CODE></pre>
		<i>static assert(0);</i>
		<!-- </CODE> -->
	</body>
</html>