#!/usr/local/bin/tcc -run #include int main(void){ int i;   fori = 0 ; i <= 5 ; i++){ printf("%d\n",i); }   return 0; }