mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
6 lines
115 B
Zig
6 lines
115 B
Zig
test "std.http" {
|
|
_ = @import("http/headers.zig");
|
|
}
|
|
|
|
pub const Headers = @import("http/headers.zig").Headers;
|