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