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