Haxe sample help

Implementation example
  [Test.hx]
  class Test {
      static public function main() {
          trace("#START");
          var sm = new TestControl();
          sm.Run();
          trace("#END");
      }
  }  
  [Compile]
  Haxe -m Test --js Test.js