blob: 57c8732eba46b49a06122987114deb2f45f09678 (
plain)
1
2
3
4
5
6
7
8
|
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
with (0)
for (var b in 0) // don't assert in parser
;
reportCompare(0, 0, 'ok');
|