int functionWithStaticVariable() { static int StaticVariable = 0; return StaticVariable; }