Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
doc
langref
test_comptime_shrExact_overflow.zig
pretty
plain
permalink
blame
history
•
6 lines
•
119 B
1
comptime {
2
const x = @shrExact(@as(u8, 0b10101010), 2);
3
_ = x;
4
}
5
6
// test_error=exact shift shifted out 1 bits