const std = @import("std"); const SeekableHttpRange = @import("seekable_http_range.zig"); test { _ = SeekableHttpRange; }