mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 18:51:43 +00:00
Implement asc in js for dist
This commit is contained in:
6
tests/compiler/for.ts
Normal file
6
tests/compiler/for.ts
Normal file
@ -0,0 +1,6 @@
|
||||
let i: i32;
|
||||
for (i = 0; i < 10; ++i) {
|
||||
;
|
||||
}
|
||||
if (i != 10)
|
||||
unreachable();
|
Reference in New Issue
Block a user