
#source

    while none:
        {}

#bytecode
    
begin:
    PUSHNNE;
    JUMPIFNOTANDPOP end;
    JUMP begin;
end:
    EXIT;