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