Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug606829.js
1 /* Don't assert. */
2 function f(x)
3 {
4         if ("hi" == (x & 3)) {
5                 return 1;
6         }
7 }
8 f(12);