blob: 7296b3d6e7e1cf9d09cec728c9de92969891977e [file] [log] [blame]
{
let x = "";
x++
assertEq(x, 1);
}
/* Test no assert. */