fn test_one_umodsi3(a: u32, b: u32, expected_r: u32) !void
fn test_one_umodsi3(a: u32, b: u32, expected_r: u32) !void { const r: u32 = __umodsi3(a, b); try testing.expect(r == expected_r); }