Files
assemblyscript/tests/parser/do.ts
2018-03-17 01:37:05 +01:00

6 lines
44 B
TypeScript

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