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