The following program outputs 1:
main()
{
printf("%d\n",sizeof(main));
}
Why does it not give an error ? The c9x draft does not seem to define
this case, but surely it should at least warn about this.
-Andi
--
This is like TV. I don't like TV.