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