#[test] fn main() { let x: i32; println!("Number {}", x); // Prints: "Number 5" }