int f() { return 0xff; } void main() { *((int*)-5) = f(); e:goto e; }