!759

p {
  S s = "hello\*5*/\n";
  assertEquals("hello5\n", s);
  print("ok");
}