const NUMBER = 3; #[test] fn main() { println!("Number {}", NUMBER); }