The following code:
int odd()
{
  return 0;
}

int odd()
{
  return 0;
}

Crashes with clang -fsyntax-only.  It should return an appropriate error.

-Eli
_______________________________________________
cfe-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

Reply via email to