Dear gcc, Please be noting in the language known as "C", this source code is not valid:
void foo ()
{
}
void bar ()
{
return foo();
}
and that a conformant "C" compiler *must* return a diagnostic.
C
You keep using that word. I do not think it means what you think that it means.
Nicholas Clark
