• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #[test]
test()2 fn test() {
3     assert_eq!(43, rdep::rdep());
4 }
5