<script>
export let x;
export function a() {
return x * 2;
}
export function b() {
return x * 3;
</script>