blob: df6f6f7eeb2022913d65897f32e488fa5214a5d6 [file] [log] [blame]
<html>
<head>
<script> function f1() { return 0; }; f1(); </script> <script>function f2() { return 0; }</script><script>
function f3() { return 0; }
</script>
<script>
function f4()
{
return 0;
}
f4();
</script>
</head>
</html>