class Main4 { static function main() { var $i:Int; try {} catch ($i:Int) {} for ($i in 0...10) {} switch "" { case $i: } } }