The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
int c[20][30], d;

int f(int a, int b) {
  if (c[2])
  return
     (a+b)*d*c[1][1];
}