summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1123648.js
blob: 7eb23900f962a815dda2b93e3aa91aed48f1d210 (plain)
1
2
3
4
5
if (!("ctypes" in this))
   quit();

gczeal(14, 1);
ctypes.FunctionType(ctypes.default_abi, ctypes.void_t, []).ptr;