void _start(int argc, char**argv) { int i=10; int j=1; while (i-->=0) { j*=2; } while (1); }