// Don't blink after vfork.

main() {
  vfork();
  *((int*)0x0)=0;
}
