blob: 600bab0ffb530d52367e3ca536f813a7ea3a076f [file] [log] [blame]
//@ runDefault("--watchdog=2", "--watchdog-exception-ok")
class C {
#field;
constructor() {
gc();
#field in this;
}
}
for (let i = 0; i < 1000; i++) {
new C();
}