Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / tests / js1_8_1 / regress / regress-524264.js
1 /*
2  * Any copyright is dedicated to the Public Domain.
3  * http://creativecommons.org/licenses/publicdomain/
4  * Contributor: Jason Orendorff
5  */
6 uneval(function () { do yield; while (0); });
7 reportCompare("no assertion failure", "no assertion failure", "bug 524264");