V10/cmd/idle.c

main()
{
	register int	i;

	for ( ;; )
		i++;
}