5 lines
56 B

<script>
export let y = 'bar';
</script>
<p>y: {y}</p>