zig/std/math/big/index.zig

6 lines
77 B
Zig

pub use @import("int.zig");
test "math.big" {
_ = @import("int.zig");
}