blob: 937c2f9d674c4408cee4924d37f716e615315d9a [file] [log] [blame]
if (typeof TypedObject === "undefined")
quit();
A = Array.bind()
var {
StructType
} = TypedObject
var A = new StructType({});
(function() {
new A
for (var i = 0; i < 9; i++) {}
})()