static void g(int v, int w) { int x, y, z; x= n * v; /* stuff omitted */ }
How many bytes would the stack frame of function g() be?