mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 02:53:23 +00:00
8 lines
159 B
Zig
8 lines
159 B
Zig
pub use @import("big/int.zig");
|
|
pub use @import("big/rational.zig");
|
|
|
|
test "math.big" {
|
|
_ = @import("big/int.zig");
|
|
_ = @import("big/rational.zig");
|
|
}
|