scramjet / rewriter /native /tests /2-function-default.js
soiz1's picture
Upload 150 files
bee6636 verified
raw
history blame contribute delete
81 Bytes
function f(g = globalThis, l = location) {
check(g);
check(l);
}
f();