Constant max_src_size [src]

There are many assumptions in the entire codebase that Zig source files can be byte-indexed with a u32 integer.

Source

pub const max_src_size = std.math.maxInt(u32)