I've made a simple goto simulation, but variables does not increments when program built in release mode.
Why does this happens and how can i struggle with it?
P.S. It's works when value placed in global scope, but why it's doesn't working when value are in fn main scope?