mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 06:14:33 +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;
|