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
/
take_const_address.elna
blob: 71c8e0b11cd9287f9dba65cfcf6da771d2790dd4 (
plain
)
1
2
3
4
5
6
7
8
var x: ^const Int y: const Int := 1 program() begin x := @y end.