summaryrefslogtreecommitdiff
path: root/src/main.zig
blob: d5d8c78a513b8e342ca111d3964b02cc7bb98ce1 (plain)
1
2
3
4
5
6
const ma = @import("max_allocator.zig");
pub const MaxAllocator = ma.MaxAllocator;
pub const maxAllocator = ma.maxAllocator;
test {
    _ = ma;
}