The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
int main()
{
  int i;
  int k;  
      int more_indented;  
      int l; 

  char *str = "/* this is no comment */";
  return 0;
}