master
 1export fn entry() void {
 2    {
 3        const f: u6 = @import("zon/int_32.zon");
 4        _ = f;
 5    }
 6    {
 7        const f: u5 = @import("zon/int_32.zon");
 8        _ = f;
 9    }
10}
11
12// error
13// imports=zon/int_32.zon
14//
15// int_32.zon:1:1: error: type 'u5' cannot represent integer value '32'
16// tmp.zig:7:31: note: imported here