parser/tests/0212/code.php

8 lines
47 B
PHP

<?php
match ($s) {
1 => 2,
=> 43,
};