view run/html_comment_02.html @ 1603:2031b04871b3

Fix broken invariant + synchronized test. Synchronized is not a valid function attribute for structs!
author Christian Kamm <kamm incasoftware de>
date Sat, 28 Mar 2009 19:17:32 +0100
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>