{ dynamic c; c = 0; /* First Comment */ for (int count = 0; count < 10; count++) { c = (c + c); } }