LSL-PyOptimizer/unit_tests/regression.suite/inliner-for-bug.out
Sei Lisa 128005e889 Fix bug in inlining of empty for() initializer
It was causing an exception. Fixed now.

Thanks to Cindy Reynaud for reporting the problem and sending a backtrace.
2019-02-02 00:50:05 +01:00

15 lines
237 B
Text

default
{
state_entry()
{
@___for__00001;
if (llSetRegionPos(<0, 0, 2>))
{
{
llSleep(4);
}
llSleep(3);
jump ___for__00001;
}
}
}