void main()
{
    int b = 0;
    for (int a = 0; true; a++)
        b++;
}