Add array assignment to the IR
This commit is contained in:
0
tests/expectations/array_element_assignment.txt
Normal file
0
tests/expectations/array_element_assignment.txt
Normal file
3
tests/vm/array_element_assignment.elna
Normal file
3
tests/vm/array_element_assignment.elna
Normal file
@ -0,0 +1,3 @@
|
||||
proc main() {
|
||||
var a: array[1] of int;
|
||||
}
|
Reference in New Issue
Block a user