colobot/test/cbot/scenarios/null.txt

5 lines
94 B
Plaintext

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