master
1comptime {
2    var a: []u8 = undefined;
3    var b = a[0..10];
4    _ = &b;
5}
6
7// error
8//
9// :3:14: error: slice of undefined