initialization-bug-extra.cpp 124 Bytes Raw Blame History Permalink 1 2 3 4 5 // This file simply declares a dynamically initialized var by the name of 'y'. int initY() { return 5; } int y = initY();