fn test_one_divsi3(a: i32, b: i32, expected_q: i32) !void
fn test_one_divsi3(a: i32, b: i32, expected_q: i32) !void { const q: i32 = __divsi3(a, b); try testing.expect(q == expected_q); }