| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| info: FunctionExpression within a "do-while" Expression is allowed |
| Using FunctionExpression "function __func(){return 0;}" as an |
| ////////////////////////////////////////////////////////////////////////////// |
| }while(function __func(){return 0;}); |
| ////////////////////////////////////////////////////////////////////////////// |
| ////////////////////////////////////////////////////////////////////////////// |
| $ERROR('#2: function expession inside of do-while expression is allowed'); |
| ////////////////////////////////////////////////////////////////////////////// |