1 2 3 4 5 6 7 8
// i32 is the raw return value use termination::display; #[display] fn main() -> i32 { 0 }