1 2 3 4 5 6 7 8 9 10
#[std] #[memory(128)] fn main() { if !false { putstrln("Not works!") } else { putstrln("Not doesn't work :(") } }