Hello there,
// this should surely not compile, but it does on Linux/Alpha,
// with egcs-980824 even with -ansi -pedantic-errors
void f( int) ;
void f( double ) ;
void
g()
{
int i = sizeof( f);
};
Regards
David C Binderman MSc BSc +44 1293 534847 dcb@pncl.co.uk