]> gitweb.ps.run Git - toc/blobdiff - test/test2.toc
structs and functions in ctx
[toc] / test / test2.toc
index 1447c8f3ea5cc70e961fb74d4ce492f1e465086e..abd6bc77ea9874eef8ecd6fc27f32402c5d392f7 100644 (file)
@@ -13,6 +13,7 @@ namespace N1 {
       m1(i: int) : int {\r
         this->i3 = this->i1 * this->i2;\r
 \r
+        f1();\r
         N1::f1();\r
 \r
         return this->i1 + this->i2;\r
@@ -21,6 +22,7 @@ namespace N1 {
 \r
     func f1() : void {\r
       var s1 : N1::N2::S1;\r
+\r
       s1.m1(123);\r
     }\r
   }\r