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