I added some more backpatching and some more files for testing
This commit is contained in:
11
tests/sprint3/test/sp3_arr_reserve.alpha
Normal file
11
tests/sprint3/test/sp3_arr_reserve.alpha
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
type main: string -> integer
|
||||
function entry: main
|
||||
type t: 3 -> integer
|
||||
|
||||
|
||||
entry (arg) := {
|
||||
[ t:a]
|
||||
a := reserve a(1, 3, 4);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user