Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
doc
langref
test_comptime_overflow.zig
pretty
plain
permalink
blame
history
•
6 lines
•
114 B
1
comptime {
2
var byte: u8 = 255;
3
byte += 1;
4
}
5
6
// test_error=overflow of integer type 'u8' with value '256'