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