auto x = 1
try {
  throw(x)
  x = 2
}
catch(int e) {
  x/= 1.1





























1
try {
 2
}
catch(string e) {
};
