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
/
alias-cycle-behind-const.elna
blob: 0c3b626883cb00ec25b8169c033244bd06bb684e (
plain
)
1
2
3
4
type A = B B = const A (* @Error Type declaration forms a cycle: A -> B -> A *) end.