ziglang / zig

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
https://ziglang.org
MIT License
33.81k stars 2.47k forks source link

The example can't compiled #21466

Closed Clownsw closed 2 hours ago

Clownsw commented 2 hours ago

Zig Version

0.13.0

Steps to Reproduce and Observed Behavior

const std = @import("std");

pub fn main() !void {
    const n65535: u65535 = 65534;
    std.debug.print("{}", .{ n65535 });
}

Compilation stuck on Windows

Expected Behavior

to be compiled

Clownsw commented 2 hours ago

15937

Rexicon226 commented 1 hour ago

I think the right tracking issue for this is #20340.