1comptime {
2 const a = 1 >> -1;
3 _ = a;
4}
5
6// error
7//
8// :2:20: error: shift by negative amount '-1'