<?php
include_once dirname(__FILE__) . "/../runtime/lib/r2p.php";

do {
  $_r2p_tmp_9 = r2p_self();
  $_r2p_tmp_3 = r2p_call(1, '+', 1);
  if (r2p_exception_needs_handling()) {
    break;
  };
  r2p_call_without_receiver($_r2p_tmp_9, 'puts', $_r2p_tmp_3);
  if (r2p_exception_needs_handling()) {
    break;
  };
} while (false);
if (r2p_exception_needs_handling()) {
  r2p_toplevel_exception_handler();
}
?>
