mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: use dlmalloc for -freestanding
(#13054)
This commit is contained in:
7
vlib/strconv/bare/str_array_example.v
Normal file
7
vlib/strconv/bare/str_array_example.v
Normal file
@@ -0,0 +1,7 @@
|
||||
fn main() {
|
||||
mut x := []int{cap: 100}
|
||||
x << 42
|
||||
x << 41
|
||||
x << 40
|
||||
println(x)
|
||||
}
|
Reference in New Issue
Block a user