1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-07-27 20:22:10 +00:00
Files
assemblyscript/tests/parser/while.ts.fixture.ts

10 lines
55 B
TypeScript

while (1) {
;
}
while (true) {
;
}
while ("str") {
;
}