int SomeClass::method()
{
switch (1)
case 0:
double v;
break;
}
case 1:
v = this->mat.operator()(0, 0);
case 2:
foo();