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
/
procedure-cycle.elna
blob: 796cccf7ebc01c12a1508dc31a893fd9b4d3f720 (
plain
)
1
2
3
type A = proc() -> A (* @Error Type declaration forms a cycle: A -> A *) end.