7 lines
75 B
TypeScript
Raw Normal View History

2017-12-05 15:06:44 +01:00
let i: i32;
for (i = 0; i < 10; ++i) {
;
}
if (i != 10)
unreachable();