canic_template_runtime/
lib.rs1const _: () = {
2 #[canic_memory::__reexports::ctor::ctor(
3 anonymous,
4 crate_path = canic_memory::__reexports::ctor
5 )]
6 fn __canic_reserve_template_runtime_memory_range() {
7 canic_memory::ic_memory_range!(10, 12);
8 }
9};
10
11pub mod storage;