summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/export-something.js
blob: cf2c3a99feb6f798baa2a787e8c900c38ceadd9a (plain)
1
2
3
log.push("export-something");
export let foo = 42;
export function set_foo(x) { foo = x };