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