mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-26 05:01:52 +00:00
Better testing infrastructure; Initial exports/imports/re-exports
This commit is contained in:
9
tests/parser/for.ts
Normal file
9
tests/parser/for.ts
Normal file
@ -0,0 +1,9 @@
|
||||
for (let i: i32 = 0; i < 10; ++i) {
|
||||
;
|
||||
}
|
||||
for (i = 0; i < 10; ++i) {
|
||||
;
|
||||
}
|
||||
for (;;) {
|
||||
;
|
||||
}
|
Reference in New Issue
Block a user