1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-06-14 07:21:30 +00:00
Files
assemblyscript/tests/parser/do.ts.fixture.ts

6 lines
42 B
TypeScript
Raw Normal View History

2017-11-29 00:18:14 +01:00
do {
;
2017-11-29 00:18:14 +01:00
} while (a != b);
do b;
while (a);