Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
modules
/
import-default-async.js
blob: eac598ee2ed67a0b405b5af5ca4adfcb574f9321 [
file
] [
log
] [
blame
] [
edit
]
import
{
shouldBe
}
from
"./resources/assert.js"
;
import
async from
"./import-default-async.js"
export
default
42
;
shouldBe
(
async
,
42
);