fn main() { println!("Hello, world!"); } #[test] fn failing_test() { assert!(false); }