chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger/resources/inline-scripts.html

<html>
<head>
<script>
function f4()
{
    return 0;
}
f4();
</script>
</head>
</html>