mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
5 lines
115 B
Zig
5 lines
115 B
Zig
test "std.http" {
|
|
_ = @import("http/headers.zig");
|
|
}
|
|
|
|
pub const Headers = @import("http/headers.zig").Headers;
|