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