1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-18 18:21:27 +00:00

11 lines
68 B
TypeScript
Raw Normal View History

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