fixture_cyclic_import.js (88B)
1 import * as a from "./test_cyclic_import.js" 2 export function f(x) { return 2 * a.g(x) }