summaryrefslogtreecommitdiffstats
path: root/src/CBot/TestCBot/null.txt
blob: ae76b742a2769b8b60f0c24570ac9309feb6394e (plain)
1
2
3
4
5
extern public void xxx ()
{
	CPoint	test = null  ;
	if ( test == null ) show ( "NULL" );
}