mod common; #[test] fn never_fails() { common::setup(); assert!(true); }