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