!7

p {
  restartWithNativeMemoryTracking(args);
  for (int i = 0; i < 1000; i++)
    thread "Sleeper" { main.sleep(); }
  print("1000 threads created.");
}