Added 32-16 multiplication, needed for PICOBIT.
[sixpic.git] / tests / control-structures / infinite-for.c
blobe6b1f5aa93ced2af18cb46cd15fc2118663e2ac2
1 byte x = 0;
2 for (;;)
3 x++;
4 x;