blob: cb9625bc9583ddfa8b74247003da9515f3548f2d [file] [log] [blame]
test(dynamic x) {
switch (x) {
case {}:
break;
}
}