/* comment */
// other comment

main()
{
	int x;
	while(1)
		printf("hello world\n");
	!fn();
	--x;
	x*=5;
	return (2+3*5);
}