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