master
1comptime {
2    const a: *u8 = undefined;
3    _ = a.*;
4}
5
6// error
7//
8// :3:10: error: cannot dereference undefined value