var to0;

switch(2) { 
  case (1) { 
   al += 1; 
  } 
  case (2) {
    total += 8; 
  } 
  default {continue
    total += 1L;
  }
}

assert_equal(total, 16)
