fn test_mul()

in crates/testbed/repositories/simple/src/main.rs [38:40]


    fn test_mul() {
        assert_eq!(42 * 42, super::mul(42, 42));
    }