console.log("hello", function(){
  if (true) do_x();
  return;
});
