1comptime {
2 var slice: []u8 = undefined;
3 slice[0] = 2;
4}
5
6// error
7//
8// :3:10: error: use of undefined value here causes illegal behavior