fn test_one_moddi3(a: i64, b: i64, expected_r: i64) !void
fn test_one_moddi3(a: i64, b: i64, expected_r: i64) !void { const r: i64 = __moddi3(a, b); try testing.expect(r == expected_r); }