swc/crates/swc_bundler/tests/fixture/deno-9546/case1/input/lib.ts
2021-11-09 20:42:49 +09:00

3 lines
104 B
TypeScript

export function a() { return 'a' }
export function b() { return 'b' }
export function c() { return b() }