﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1459	Hard Crash	anonymous	Jon	"The following causes a hard crash with the latest stable of AutoIt. The code is useless but IMO it stil shouldnt cause a hard crash.
{{{
While 1
	$V=1
	$V=Ret($V)
	MsgBox(0,"""",$V)
WEnd


Func Ret($Val)
	Return Ret($Val)
EndFunc   ;==>Ret
}}}
"	Bug	closed		AutoIt	3.3.4.0	None	Wont Fix		
