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: 54a2992adef3668f61156da044d949fbd50c8e3e (
plain
)
1
2
3
4
5
6
7
var x: ^const Int y: const Int begin x := @y end.