
#source
    
    func();

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