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_cast.elna
blob: ab4b07117177a1bae86f664c0d1733d46fda9eaa (
plain
)
1
2
3
4
5
6
7
8
var c: ^Char := nil p: Pointer := nil begin p := c; c := p; end.