<!DOCTYPE html>
<script src="include.js"></script>
<script>
test(() => {
window.event = "hello";
println(window.event);
});
</script>