append [exit] after end of output
[swftools.git] / lib / as3 / ok / interface.as
index f7efeb0..9c484d9 100644 (file)
@@ -12,6 +12,7 @@ package {
         function Main() {
             var x:I1 = new TestI1();
             x.f();
+            trace("[exit]");
         }
     }
     public interface I2 {