as3: improved protected handling, xml support. added 'arguments' keyword
[swftools.git] / lib / as3 / ok / undefined.as
index 9554435..dea4e6d 100644 (file)
@@ -4,6 +4,7 @@ package {
         var xx = undefined;
         function Main() {
             trace("ok");
+            trace("[exit]");
         }
     }
 }