view run/html_comment_02.html @ 1590:1d1f281a9b11

Move const_11 to compile. Addresses of globals are valid constants.
author Christian Kamm <kamm incasoftware de>
date Mon, 25 Aug 2008 22:08:00 +0200
parents 32125cf81a59
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
	<head><title>html_comment_02</title></head>
	<body>
		<pre><CODE>
int main(){ 
<!-- das ist ein Kommentar </CODE> -->
	return 0;
}
		</CODE></pre>
	</body>
</html>