assemblyscript/tests/parser/do.ts.fixture.ts

6 lines
44 B
TypeScript

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