Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-dambovaliev committed Sep 29, 2024
1 parent 5f76cd1 commit 21ec3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gno.land/cmd/gnoland/testdata/alloc_array.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ package alloc
var buffer interface{}

func DoAlloc() {
var arr [1_000_000_000_000]byte
var arr [1_000_000_000]byte
buffer = arr
}

0 comments on commit 21ec3a4

Please sign in to comment.