jjs> var x = Object.create(null);
jjs> x;
jjs> print('PASSED');
PASSED
jjs> exit(0)
exit code = 0