• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #[test]
test()2 fn test() {
3     dep1::dep1();
4     dep2::dep2();
5 }
6