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