Error: Compiler crashed with code: 1. Valid ActionScript: ``` package { public class MainClass { public static function Main():void { hello(); function hello():void { trace("hello"); } } } } ``` Output: ``` [trace] hello ```