blob: cf2c3a99feb6f798baa2a787e8c900c38ceadd9a [file] [log] [blame]
log.push("export-something");
export let foo = 42;
export function set_foo(x) { foo = x };