/** * Copyright © 2014 */ #include int main(void) { int x = 0; x = x + 1; printf("Try bp the prev line or watching x"); return 0; }