On 18 November 2011 12:24, pancake <[email protected]> wrote:
> should we support code written by bitches?

main(argc, argv)
  int argc;
  char **argv;
{
}
// SLOC of two, should be zero


#define SEMI ;
int main(int argc, char **argv)
{
  int i SEMI
  for(i = 0 SEMI i < argc SEMI i++)
    printf("argv[%d] = %s\n", i, i[argv]) SEMI
  return 0 SEMI
}
// SLOC count of 1, should be much more


:P

Reply via email to