blob: 1c07bb1d0f30a4ad019cd4e18010193430cdc8d8 [file] [log] [blame]
int X = 0;
int main() {
int i;
for (i = 0; i < 100; i++)
X += i;
return 0;
}