elna/tests/vm/array_element_assignment.elna

4 lines
42 B
Plaintext

proc main() {
var a: array[1] of int;
}