index
:
quickjs
master
quickjs mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
fixture_cyclic_import.js
blob: bac80d8b3e01690d36efe974d808aa94ed6fe0a7 (
plain
)
1
2
import
*
as
a
from
"./test_cyclic_import.js"
export
function
f
(
x
)
{
return
2
*
a
.
g
(
x
)
}