append [exit] after end of output
[swftools.git] / lib / as3 / ok / scope.as
index e63c4ed..d1dd7ce 100644 (file)
@@ -34,6 +34,7 @@ package C {
     public class Main extends flash.display.MovieClip {
         function Main() {
             trace("ok");
+            trace("[exit]");
         }
     }
 }