blob: beadb60d22cc99c51d272b26e35f61522ccb72a4 [file] [log] [blame]
#include "layout.h"
int main() {
// The end of the virtual window will be outside our allocated window.
int* i = (int*)(IMMU_RANGE_START + IMMU_WINDOW_SIZE - sizeof(int));
((void (*)())i)();
return 0;
}