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