mirror of
https://github.com/ziglang/zig.git
synced 2024-11-16 00:57:04 +00:00
ed36dbbd9c
that's all this commit does. further commits will fix cli flags and such. see #2221
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;
|