1 2 3 4 5 6
const ma = @import("max_allocator.zig"); pub const MaxAllocator = ma.MaxAllocator; pub const maxAllocator = ma.maxAllocator; test { _ = ma; }