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

<script src="a.js"></script>
<script>
function inlineMain() {
  return 42;
}
inlineMain();
main();
</script>