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