//Initial version void main() { int x = 0; x = 1; x = x+4; while(1); }