1comptime {
2 const a: ?bool = undefined;
3 _ = a orelse false;
4}
5
6// error
7//
8// :3:11: error: use of undefined value here causes illegal behavior