2023-10-12 16:44:37 +00:00

6 lines
59 B
Rust

#![feature(effects)]
pub const fn load() -> i32 {
0
}