foo.c 77 B

1234
  1. int foo_x[1000] = {0};
  2. int foo_y = 0;
  3. int foo_func() { return foo_y / 17; }