mf-zigtools

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

main.zig (146B)


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