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