abouttreesummaryrefslogcommitdiff
path: root/test/test2.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test/test2.toc')
-rw-r--r--test/test2.toc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test2.toc b/test/test2.toc
index 1447c8f..abd6bc7 100644
--- a/test/test2.toc
+++ b/test/test2.toc
@@ -13,6 +13,7 @@ namespace N1 {
m1(i: int) : int {
this->i3 = this->i1 * this->i2;
+ f1();
N1::f1();
return this->i1 + this->i2;
@@ -21,6 +22,7 @@ namespace N1 {
func f1() : void {
var s1 : N1::N2::S1;
+
s1.m1(123);
}
}