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_var_chain.elna
blob: 5a3623f7a004f42b868694cdd43efda79dfc35ca (
plain
)
1
2
3
4
5
6
7
8
var x: const Int := 42 y: Int := x program() begin assert(y = 42) end.