append [exit] after end of output
[swftools.git] / lib / as3 / ok / super.as
index b1d7e6c..9775c64 100644 (file)
@@ -25,6 +25,7 @@ package {
     public class Main extends flash.display.MovieClip {
         function Main() {
             new F
+            trace("[exit]");
         }
     }
 }