1 2 3 4 5 6 7
use template_lib_crateio::utils; #[test] fn test_add() { let sum = utils::add(1, 1); assert_eq!(sum, 2) }