blob: 28091f9aab18484df7acb7c9bb1a0c62441d9902 [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