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