| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| When "break Identifier" is evaluated, (break, empty, Identifier) is |
| description: Using "break Identifier" within labaeled loop |
| LABEL_OUT : var x=0, y=0; |
| LABEL_ANOTHER_LOOP : do { |
| ////////////////////////////////////////////////////////////////////////////// |
| $ERROR('#1: x === 1 and y === 0. Actual: x === '+x+' and y ==='+ y ); |
| ////////////////////////////////////////////////////////////////////////////// |