mod point; #[cfg(test)] mod test { use super::point::Origin; #[test] fn origin() { let origin = Origin {}; } }