blob: e804009fc69c20397f5de9bf6afad8767dcb4b1e [file] [log] [blame]
export * from 'OK';
export {
name
} from 'OK';
export {
a as b,
c as d
} from 'hello';
export {
a as b,
c as d
};
export { };
export function test() {
}
export var i = 20;
export let i = 42;