blob: 0e106d8a40628155613a3b281a91a027ed7f41e9 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case var y:
break;
}
}