chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger-breakpoints/resources/b.html

<script>
function inlineMain() {
  return 42;
}
inlineMain();
</script>