<!DOCTYPE html>
<script src="include.js"></script>
<script>
test(() => {
alert("Well hello friends!");
println("PASS (didn't crash)");
});
</script>