function initGlobals809() { } function main189() { initGlobals809(); init_test179(); } function config151() { } function init_test179() { local group from135 from_135 = null; loop { exitwhen (not group_hasNext678(from_135)); group_next205(from_135); }; } function group_hasNext678(group this579) returns boolean { return (FirstOfGroup158(this_579) != null); } IS_NATIVE IS_EXTERN @extern function FirstOfGroup158(group g182) returns unit { } function group_next205(group this182) returns unit { local unit u918 u_918 = FirstOfGroup158(this_182); GroupRemoveUnit185(this_182, u_918); return u_918; } IS_NATIVE IS_EXTERN @extern function GroupRemoveUnit185(group g460, unit u130) { }