Unknown state [2025-08-04]

This commit is contained in:
2025-08-04 22:28:49 -04:00
parent 6e4b76a6d9
commit 3b252de1ca
27 changed files with 24509 additions and 0 deletions

4
loader/test.zig Normal file
View File

@@ -0,0 +1,4 @@
const std = @import("std");
comptime{
@compileLog(std.math.maxInt(u64));
}