fn testValid(bytes: []const u8, expected_codepoint: u21) !void
fn testValid(bytes: []const u8, expected_codepoint: u21) !void { try testing.expect((testDecode(bytes) catch unreachable) == expected_codepoint); }