blob: faa425964deed6b2105a24b0fe600e165ca364ce [file] [log] [blame]
void f(x) {
switch (x) {
case dynamic(foo: int():
break;
}
}