in crates/testbed/repositories/simple/src/main.rs [13:15]
fn div(lhs: i32, rhs: i32) -> i32 { lhs / rhs }