blob: 1839c93d25cfa7a4552123ca14cbc52f33351151 [file] [log] [blame]
/* Don't assert. */
function f(x)
{
if ("hi" == (x & 3)) {
return 1;
}
}
f(12);