summaryrefslogtreecommitdiffstats
path: root/src/CBot/tests/TestCBot/scenarios/null.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CBot/tests/TestCBot/scenarios/null.txt')
-rw-r--r--src/CBot/tests/TestCBot/scenarios/null.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CBot/tests/TestCBot/scenarios/null.txt b/src/CBot/tests/TestCBot/scenarios/null.txt
new file mode 100644
index 0000000..ae76b74
--- /dev/null
+++ b/src/CBot/tests/TestCBot/scenarios/null.txt
@@ -0,0 +1,5 @@
+extern public void xxx ()
+{
+ CPoint test = null ;
+ if ( test == null ) show ( "NULL" );
+} \ No newline at end of file