volatile int i, j; int main (int argc, char **argv) { i = 1; j = 1; j = 2; j = 3; i = 2; }