2017-12-05 15:06:44 +01:00

7 lines
75 B
TypeScript

let i: i32;
for (i = 0; i < 10; ++i) {
;
}
if (i != 10)
unreachable();