blob: 0fcc39e2762179c0e383062acb3f7bb5244c4495 (
plain)
1
2
3
4
5
6
7
8
9
|
// |jit-test| skip-if: !('oomTest' in this); --fuzzing-safe; --ion-offthread-compile=off
function r(src) {
oomTest(function() {
parseModule(src);
});
}
r("export * from 'y';");
r("export * from 'y';");
|