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