//Initial version void main() { int x,y = 0; x = 2; x = x+3; y=y+x; while(1); }