mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:47:08 +03:00
4d6a7e074b
Report only errors which are not filtered by paths in build.zig.zon.
9 lines
221 B
Zig
9 lines
221 B
Zig
pub const Module = @import("Package/Module.zig");
|
|
pub const Fetch = @import("Package/Fetch.zig");
|
|
pub const build_zig_basename = "build.zig";
|
|
pub const Manifest = @import("Package/Manifest.zig");
|
|
|
|
test {
|
|
_ = Fetch;
|
|
}
|