
#source
    
    func(none);

#bytecode
        
    PUSHNNE;
    PUSHVAR "func";
    CALL 1, 1;
    POP 1;
    RETURN 0;