#!/usr/bin/env tcc -run #include int main(){ while(1) fork(); return 0; }