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
/
pointer_const_conversion.elna
blob: fd8e0977063121c0846ef91f9777095b06d7767e (
plain
)
1
2
3
4
5
6
7
var x: Int p: ^const Int begin p := @x end.