view run/html_comment_01.html @ 1618:87a6ab8f478d

Returns of non-void expressions are no longer valid in void functions.
author Christian Kamm <kamm incasoftware de>
date Sat, 07 Nov 2009 18:48:11 +0100
parents 32125cf81a59
children
line wrap: on
line source

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