/*EXPECTED
*/
class _Main {
    static function main(args : string[]) : void {
        return;
        var a = 123;
        log "Hello";
    }
}
