1#![cfg(feature = "agave-unstable-api")] 2#![forbid(unsafe_code)] 3 4use solana_program_runtime::declare_process_instruction; 5 6declare_process_instruction!(Entrypoint, 0, |_invoke_context| { Ok(()) });