int functionWithStaticConstant() { static const int StaticConstant = 0; return StaticConstant; }