Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / tests / js1_8_5 / regress / regress-551763-1.js
1 /* Check we can delete arguments in the global space. */
2 arguments = 42;
3 reportCompare(delete arguments, true, "arguments defined as global");
4