~ubuntu-branches/ubuntu/saucy/mozjs17/saucy

1
2
3
4
5
6
7
8
/* Don't assert. */
function f(x)
{
	if ("hi" == (x & 3)) {
		return 1;
	}
}
f(12);