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
/
fail_compilation
/
reference_literal.elna
blob: 1967243d5ecd9d4b474060ca0302934a951c448a (
plain
)
1
2
3
4
5
6
var p: ^Int begin p := @5 (* @Error Expression of type 'Int' is not addressable *) end.