export var foo = 1; export function setFoo(val) { foo = val; }