Sign in
webkit
/
WebKit
/
9f9c15eb6fdc193d77c7e606d643d4b8ec49399b
/
.
/
JSTests
/
stress
/
resources
/
module-namespace-access-transitive-exports-2.js
blob: 54df32c0bd13f69d4b221194c2004a3734042740 [
file
] [
log
] [
blame
]
export
let test
=
42
;
export
function
cocoa
()
{
return
test
;
}
export
function
change
()
{
test
=
55
;
}