const ma = @import("max_allocator.zig"); pub const MaxAllocator = ma.MaxAllocator; pub const maxAllocator = ma.maxAllocator; test { _ = ma; }