blob: 92c931e2e73c9087abc3dfc01ec8cc6030787552 [file] [edit]
//@ slow!
// Should not crash or fail debug ASSERTs.
for (let i3 = 0;
(() => {
const v5 = i3 < 65535;
try { ("").padStart(65535); } catch (e) {}
return v5;
})();
i3++) {
const v20 = new WebAssembly.Instance(new WebAssembly.Module(new Uint8Array([
0x00, 0x61, 0x73, 0x6D, 0x01, 0x00, 0x00, 0x00, 0x01, 0x10,
0x02, 0x60, 0x09, 0x7C, 0x7E, 0x7C, 0x7D, 0x7F, 0x7E, 0x7D,
0x7E, 0x7D, 0x00, 0x60, 0x00, 0x00, 0x03, 0x01, 0x00, 0x04,
0x01, 0x00, 0x05, 0x01, 0x00, 0x0D, 0x05, 0x02, 0x00, 0x00,
0x00, 0x01, 0x06, 0x01, 0x00, 0x07, 0x01, 0x00, 0x09, 0x01,
0x00, 0x0A, 0x01, 0x00,
])));
const v21 = v20.exports;
}