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