int functionWithLocalConstant() { const int LocalConstant = 0; return LocalConstant; }