Files
zig-experiments/loader/test.zig

5 lines
75 B
Zig

const std = @import("std");
comptime{
@compileLog(std.math.maxInt(u64));
}