class Main { static public function main() { test(); } macro static function test() { switch 0 { case ')'.code: case 'a': } return macro null; } }