#![no_main] #![no_std] extern crate ckbes; #[no_mangle] pub unsafe extern "C" fn main() -> u64 { return 0; }