1 2 3 4 5 6 7 8
int main(int argc, char** argv) { int i; for (i = 0; i < 500000000; i++); return 0; }