#![cfg(feature ="agave-unstable-api")]usesolana_program_runtime::declare_process_instruction;pubconstDEFAULT_COMPUTE_UNITS:u64=150;declare_process_instruction!(Entrypoint,DEFAULT_COMPUTE_UNITS,|_invoke_context|{// Do nothing, compute budget instructions handled by the runtime
Ok(())});