summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/unit/esm_lazy-1.sys.mjs
blob: a995420a56ec29828012431fe9fa74086a43d8d8 (plain)
1
2
3
4
export let X = 10;
function GetX() {
  return X;
}