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