append [exit] after end of output
[swftools.git] / lib / as3 / ok / extraparams.as
index 06e0e8f..df1881a 100644 (file)
@@ -18,6 +18,7 @@ package {
         }
         function Main() {
             test("ok", 1,2,3,4);
+            trace("[exit]");
         }
     }
 }