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

6 lines
45 B
TypeScript

do {
;
} while (a != b);
do b; while (a);