fn main() {} #[test] fn passing() { println!("THIS TEST TOO SHALL PASS"); assert!(true); }