11 lines
73 B
TypeScript
Raw Permalink Normal View History

2017-11-29 00:18:14 +01:00
while (1) {
;
}
while (false) {
2017-11-29 00:18:14 +01:00
;
}
while ("str") {
;
}
while (1);