swc/crates/swc_ecma_codegen/tests/test262/779e65d6349f1616.js

9 lines
134 B
JavaScript

a = typeof 1;
b = typeof 'c';
d = typeof [];
e = typeof {};
f = typeof /./;
g = typeof false;
h = typeof function() {};
i = typeof j;