mirror of
https://github.com/bellard/quickjs.git
synced 2025-05-11 10:54:20 +08:00
3 lines
88 B
JavaScript
3 lines
88 B
JavaScript
import * as a from "./test_cyclic_import.js"
|
|
export function f(x) { return 2 * a.g(x) }
|