view run/html_comment_02.html @ 1630:d0efa3ae5522 default tip

run/mini/naked_asm5: New x86_64 ABI passes the arguments in reverse order.
author David Nadlinger <code@klickverbot.at>
date Sat, 23 Apr 2011 22:57:32 +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>