Sign in
webkit
/
WebKit
/
6b7c45f751131450b1675ef5b4b89fb3a0e35aba
/
.
/
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
;
}