mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +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;
|