blob: 577f45d70be756f2eb28321e9755296227135eaa [file] [log] [blame]
var a = 0;
var b = 1;
export {
a as "0",
b as "1",
};