summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug565198.js
blob: 1ecf6c8ef4a70c99a6f7d2937360c169b499f741 (plain)
1
2
3
4
5
6
const X = 12;

eval("switch (X) { case X: print(); }");

/* Don't assert. */