import * as foo from '/bar';

export function qux() {
  console.log('baz');
}
