append [exit] after end of output
[swftools.git] / lib / as3 / ok / new.as
index 448d506..44ca430 100644 (file)
@@ -50,6 +50,7 @@ package {
             new x;
             var y:Class = Class6;
             new y;
+            trace("[exit]");
         }
     }
 }