summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1875363.js
blob: 67dd8b6d1ba4c548f6b2f25313fb4fd1d79a50e5 (plain)
1
2
3
4
5
6
7
8
// |jit-test| --fuzzing-safe; --baseline-eager; --arm-hwcap=vfp
function f() {};
f();
f();
f();
try {
    print(disnative(f));
} catch (e) {}