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