*** empty log message ***
[chuck-blob.git] / v2 / test / 04.ck
blobe039e5561c919ca0cc836de03a1daaab8aa62ae2
1 // 04.ck : infinite loop ( fail-correct )
3 // get ready to stop using your computer
4 while( true );
6 // it shouldn't get here
7 <<<"success">>>;