class Main { static function main() { var m = new Main(); m.test(); } public function new() { } }