72169679b253de1bef16c76f692786b46ef4b265
[rup.git] / common / src / lib.rs
1 mod rup {
2 #[test]
3 fn it_works() {
4 assert_eq!(2 + 2, 4);
5 }
6 }