summaryrefslogtreecommitdiff
path: root/tests/testdata/runtime/esm_imports_b.js
blob: 840121368cc8ff05bbbe56ff6f46409690284df0 (plain)
1
2
3
4
// deno-lint-ignore-file
export function retb() {
  return "b";
}