index
:
elna
assembly
cpp
haskell
Elna programming language compiles simple mathematical operations to RISC-V code.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
compilable
/
const_element_array.elna
blob: 2d68ff5cc56528b91f74841be11a2b6767fb2d5e (
plain
)
1
2
3
4
5
6
7
8
type CI = const Int var a: [3]CI := [1, 2, 3] b: [3]CI end.