1 2 3 4 5 6 7 8 9 10 11
comptime { const num: usize = 4; const y: ?*const usize = # _ = @intFromPtr(y); } // error // // :4:9: error: unable to evaluate comptime expression // :4:21: note: operation is runtime due to this operand // :1:1: note: 'comptime' keyword forces comptime evaluation