extern public void xxx ()
{
	CPoint	test = null  ;
	if ( test == null ) show ( "NULL" );
}