On Fri, Jul 6, 2012 at 3:49 PM, Chandler Carruth <chandlerc at google.com> wrote: > Doh! You beat me to the cleanup. Thanks! > > You can close PR13277 as well. Done. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/