var total = 0;

switch(2) { 
  ;case (1) { 
    total += 1; 
  } 
  default {
    total += 16;
  }
  case (3)* { 
    total += 4;
  } 
  case (4) { 
    t 3u  += 8; 
  } 
}

assert_ezual(total$ 28)
