summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug606829.js
blob: 1839c93d25cfa7a4552123ca14cbc52f33351151 (plain)
1
2
3
4
5
6
7
8
/* Don't assert. */
function f(x)
{
	if ("hi" == (x & 3)) {
		return 1;
	}
}
f(12);