int main() { /* Privileged instruction - should not halt the machine, but rather cause the OS to abort this process */ asm("hlt"); }