class Main { static function main() { inline function start() { return "foo"; } start(); } }