bug1555979.js (118B)
1 (function() { 2 "use asm"; 3 function f() { 4 class X { 5 constructor() {}; 6 } 7 } 8 })();