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

<!DOCTYPE html>
<html>
<head>
<script type="module">
function f4()
{
    return 0;
}
f4();
</script>
</head>
</html>