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
/
record-base-cycle.elna
blob: f3bcb20a2f0cff1884bd15971a39325f4d320a93 (
plain
)
1
2
3
4
type R = record(R) (* @Error Type declaration forms a cycle: R -> R *) end end.