What steps will reproduce the problem?
=== CODE ===
var count int
L1:
count++
println(count)
goto L1
===========
Have a shell open ready!!!
Alt+F6
You can stop it with:
killall -9 a.out
Original issue reported on code.google.com by grues...@gmail.com on 13 Sep 2012 at 2:03
Original issue reported on code.google.com by
grues...@gmail.com
on 13 Sep 2012 at 2:03