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: a812d23208cda44581f7c62ded6bbea4f741bfc4 (
plain
)
1
2
3
4
5
6
7
8
9
type CI = const Int var a: [3]CI := [1, 2, 3] b: [3]CI begin end.