uint :: #type u64; rune :: #type u32; rawptr :: #type *void; #load "utils.jai"; #load "memory.jai"; #load "macros.jai"; #load "array.jai"; #scope_module; basic :: #import "Basic"; compiler :: #import "Compiler"; RUN_TESTS :: true; #scope_file; #if RUN_TESTS { #run compiler.set_build_options_dc(.{ do_output = false }); #import,file "./encoding/module.jai"(RUN_TESTS); }