#![no_std] extern fn answer() -> i32 { return 42; }