personal
/
alex
/
colobot
debian
master
debian package for colobot
alex
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
CBot
/
tests
/
scenarios
/
null.txt
blob: ae76b742a2769b8b60f0c24570ac9309feb6394e (
plain
)
1
2
3
4
5
extern public void xxx () { CPoint test = null ; if ( test == null ) show ( "NULL" ); }