mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
builtin: use dlmalloc for -freestanding
(#13054)
This commit is contained in:
parent
fb66ec7cfb
commit
ec91de3504
12 changed files with 284 additions and 108 deletions
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)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue