1 2 3 4 5 6 7 8 9
export fn entry() void { const fn_ptr: *align(1) fn () void = @ptrFromInt(0xffd2); comptime fn_ptr(); } // error // // :3:14: error: unable to resolve comptime value // :3:14: note: function being called at comptime must be comptime-known