
try {
  eval("to_sting(5) = \"some string\"")
 assert_true(false)
} catch (e) {
  print("uaghC Error: " + e.what());
}
