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