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