summaryrefslogtreecommitdiffstats
path: root/src/CBot/TestCBot/tt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CBot/TestCBot/tt.txt')
-rw-r--r--src/CBot/TestCBot/tt.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/CBot/TestCBot/tt.txt b/src/CBot/TestCBot/tt.txt
new file mode 100644
index 0000000..cd13c9d
--- /dev/null
+++ b/src/CBot/TestCBot/tt.txt
@@ -0,0 +1,12 @@
+extern public void T() { T1(); }
+
+public void T1()
+{
+ show( "T1" );
+ T2();
+}
+
+public void T2()
+{
+ show( "T2" );
+} \ No newline at end of file