
#source
    
    do
        {}
    while none;

#bytecode
    
begin:
    PUSHNNE;
    JUMPIFANDPOP begin;
    EXIT;