mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 00:41:32 +00:00
baseline
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import "allocator/arena"; // assignment checks for possible resize
|
||||
|
||||
const i: i32[] = [1, 2];
|
||||
const I: i64[] = [3, 4];
|
||||
const f: f32[] = [1.5, 2.5];
|
||||
|
Reference in New Issue
Block a user