Files
assemblyscript/tests/parser/do.ts

6 lines
45 B
TypeScript

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